Skip to content

Commit

Permalink
tmp - to remove
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek committed Feb 8, 2024
1 parent 063fcca commit d54b30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-project/src/test/01_general/resource-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async function getTitle(): Promise<[string, Error | undefined]> {
}
}

describe('Open resource test', function () {
describe.only('Open resource test', function () {
this.timeout(30000);

it('Single folder is open from CLI', async function() {
Expand Down

0 comments on commit d54b30e

Please sign in to comment.