Skip to content

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

Diff for: arduino-ide-extension/src/browser/theia/core/shell-layout-restorer.ts

-2
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
}

Diff for: arduino-ide-extension/src/test/browser/monitor-utils.test.ts

+1-1
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)