File tree Expand file tree Collapse file tree 3 files changed +219
-8
lines changed Expand file tree Collapse file tree 3 files changed +219
-8
lines changed Original file line number Diff line number Diff line change
1
+ const { defineConfig } = require ( '@vscode/test-cli' ) ;
2
+
3
+ module . exports = defineConfig ( [
4
+ {
5
+ label : 'integration-tests' ,
6
+ files : 'out/test/**/*.test.js' ,
7
+ version : 'stable' ,
8
+ workspaceFolder : './test-workspace' ,
9
+ installExtensions : [ 'justusadam.language-haskell' ] ,
10
+ }
11
+ // you can specify additional test configurations, too
12
+ ] ) ;
Original file line number Diff line number Diff line change 1294
1294
"push-tag" : " git tag -a $npm_package_version -m \" Version $npm_package_version\" && git push origin $npm_package_version" ,
1295
1295
"pretest" : " tsc --alwaysStrict -p ./" ,
1296
1296
"format" : " prettier . --write" ,
1297
- "test" : " node ./out/ test/runTest.js "
1297
+ "test" : " vscode- test"
1298
1298
},
1299
1299
"husky" : {
1300
1300
"hooks" : {
1309
1309
"@types/which" : " ^3.0.4" ,
1310
1310
"@typescript-eslint/eslint-plugin" : " ^7.18.0" ,
1311
1311
"@typescript-eslint/parser" : " ^7.18.0" ,
1312
+ "@vscode/test-cli" : " ^0.0.10" ,
1312
1313
"@vscode/test-electron" : " ^2.4.1" ,
1313
1314
"eslint" : " ^8.57.0" ,
1314
1315
"eslint-webpack-plugin" : " ^4.2.0" ,
You can’t perform that action at this time.
0 commit comments