File tree Expand file tree Collapse file tree 4 files changed +213
-89
lines changed Expand file tree Collapse file tree 4 files changed +213
-89
lines changed Original file line number Diff line number Diff line change 4747 vscode-${{ runner.os }}-
4848
4949 - name : Run tests
50- uses : GabrielBB/xvfb-action @v1.0
50+ uses : coactions/setup-xvfb @v1
5151 with :
5252 run : yarn test
5353 env :
Original file line number Diff line number Diff line change 6565 "@types/xml2js" : " ^0.4.9" ,
6666 "@typescript-eslint/eslint-plugin" : " ^4.29.0" ,
6767 "@typescript-eslint/parser" : " ^4.29.0" ,
68+ "@vscode/test-electron" : " ^2.4.0" ,
6869 "chardet" : " ^1.3.0" ,
6970 "dayjs" : " ^1.10.6" ,
7071 "decache" : " ^4.6.0" ,
8687 "tmp" : " 0.2.1" ,
8788 "ts-loader" : " ^9.2.4" ,
8889 "typescript" : " ^4.3.5" ,
89- "vscode-test" : " ^1.6.1" ,
9090 "webpack" : " ^5.48.0" ,
9191 "webpack-cli" : " ^4.7.2" ,
9292 "xml2js" : " ^0.4.19"
12961296 }
12971297 ]
12981298 }
1299- }
1299+ }
Original file line number Diff line number Diff line change 11import * as path from "path" ;
2- import { runTests } from "vscode- test" ;
2+ import { runTests } from "@ vscode/ test-electron " ;
33
44async function main ( ) {
55 const extensionDevelopmentPath = path . resolve ( __dirname , "../../" ) ;
You can’t perform that action at this time.
0 commit comments