Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c999aaa

Browse files
Alberto Iannacconefstasi
Alberto Iannaccone
authored andcommitted
remove '.only(...)' in tests
1 parent b49c11c commit c999aaa

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

‎arduino-ide-extension/src/browser/theia/core/shell-layout-restorer.ts‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,5 @@ export class ShellLayoutRestorer extends TheiaShellLayoutRestorer {
4747
await app.shell.setLayoutData(layoutData);
4848
this.logger.info('<<< The layout has been successfully restored.');
4949
return true;
50-
51-
// return super.restoreLayout(app);
5250
}
5351
}

‎arduino-ide-extension/src/test/browser/monitor-utils.test.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ testLines.forEach((t) =>
125125
)
126126
);
127127

128-
describe.only('Monitor Utils', () => {
128+
describe('Monitor Utils', () => {
129129
beforeEach(() => {
130130
set(date);
131131
});

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /