Skip to content

Commit a705c72

Browse files
authored
remove skip (#250)
1 parent 62881f0 commit a705c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/download.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe('sane downloads', () => {
6666
});
6767
});
6868

69-
describe.skip('fetchTargetInferredVersion', () => {
69+
describe('fetchTargetInferredVersion', () => {
7070
let stable: string[];
7171
let insiders: string[];
7272
let extensionsDevelopmentPath = join(tmpdir(), 'vscode-test-tmp-workspace');

0 commit comments

Comments
 (0)