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 47
47
vscode-${{ runner.os }}-
48
48
49
49
- name : Run tests
50
- uses : GabrielBB/xvfb-action @v1.0
50
+ uses : coactions/setup-xvfb @v1
51
51
with :
52
52
run : yarn test
53
53
env :
Original file line number Diff line number Diff line change 65
65
"@types/xml2js" : " ^0.4.9" ,
66
66
"@typescript-eslint/eslint-plugin" : " ^4.29.0" ,
67
67
"@typescript-eslint/parser" : " ^4.29.0" ,
68
+ "@vscode/test-electron" : " ^2.4.0" ,
68
69
"chardet" : " ^1.3.0" ,
69
70
"dayjs" : " ^1.10.6" ,
70
71
"decache" : " ^4.6.0" ,
86
87
"tmp" : " 0.2.1" ,
87
88
"ts-loader" : " ^9.2.4" ,
88
89
"typescript" : " ^4.3.5" ,
89
- "vscode-test" : " ^1.6.1" ,
90
90
"webpack" : " ^5.48.0" ,
91
91
"webpack-cli" : " ^4.7.2" ,
92
92
"xml2js" : " ^0.4.19"
1296
1296
}
1297
1297
]
1298
1298
}
1299
- }
1299
+ }
Original file line number Diff line number Diff line change 1
1
import * as path from "path" ;
2
- import { runTests } from "vscode- test" ;
2
+ import { runTests } from "@ vscode/ test-electron " ;
3
3
4
4
async function main ( ) {
5
5
const extensionDevelopmentPath = path . resolve ( __dirname , "../../" ) ;
You can’t perform that action at this time.
0 commit comments