Skip to content

Commit 74f819b

Browse files
committed
Use Insiders edition in test runner
1 parent 22fee16 commit 74f819b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode-test.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import {defineConfig} from '@vscode/test-cli';
22

33
export default defineConfig({
44
files: 'out/test/**/*.test.js',
5+
version: 'insiders',
56
mocha: {
67
ui: 'tdd',
78
timeout: 20000,

0 commit comments

Comments
 (0)