Skip to content

Commit

Permalink
Remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris authored and djelinek committed Oct 4, 2023
1 parent 22f5f8d commit 932d2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-project/src/test/workbench/input-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ describe('QuickPickItem', () => {
});
});

describe.only('InputBox', () => {
describe('InputBox', () => {
let input: InputBox;

before(async function () {
Expand Down

0 comments on commit 932d2c3

Please sign in to comment.