Skip to content

Commit

Permalink
remove skip (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Nov 24, 2023
1 parent 62881f0 commit a705c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/download.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('sane downloads', () => {
});
});

describe.skip('fetchTargetInferredVersion', () => {
describe('fetchTargetInferredVersion', () => {
let stable: string[];
let insiders: string[];
let extensionsDevelopmentPath = join(tmpdir(), 'vscode-test-tmp-workspace');
Expand Down

0 comments on commit a705c72

Please sign in to comment.