File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { defineConfig } from '@vscode/test-cli';
66
77export default defineConfig ( {
88 label : 'integrationTest' ,
9- files : 'out/e2e/src/ suite/**/*.test.js' ,
9+ files : 'out/suite/**/*.test.js' ,
1010 workspaceFolder : '.' ,
1111 mocha : {
1212 ui : 'tdd' ,
Original file line number Diff line number Diff line change 77 "compile" : " tsc -p tsconfig.json" ,
88 "lint" : " eslint src --ext ts" ,
99 "check-types" : " tsc --noEmit" ,
10- "test" : " npm run compile && npx dotenvx run -f .env.integration -- node ./out/e2e/src/ runTest.js" ,
10+ "test" : " npm run compile && npx dotenvx run -f .env.integration -- node ./out/runTest.js" ,
1111 "ci" : " npm run build && npm run test"
1212 },
1313 "dependencies" : {},
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ async function main() {
66 try {
77 // The folder containing the Extension Manifest package.json
88 // Passed to `--extensionDevelopmentPath`
9- const extensionDevelopmentPath = path . resolve ( __dirname , "../../../../ " )
9+ const extensionDevelopmentPath = path . resolve ( __dirname , "../../" )
1010
1111 // The path to the extension test script
1212 // Passed to --extensionTestsPath
You can’t perform that action at this time.
0 commit comments