We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c695b commit 3019521Copy full SHA for 3019521
tests/e2e/src/vscode.runner.ts
@@ -59,7 +59,7 @@ import { VScodeScripts } from './helpers/scripts/vscodeScripts'
59
let testFilesEnv: string | string[] = process.env.TEST_FILES!
60
if (process.env.TEST_FILES) {
61
testFilesEnv = process.env.TEST_FILES.split('\n').map(file => file.trim()).map((file) => {
62
- return path.join(__dirname, '..', file)
+ return path.join(__dirname, '..', 'dist', file)
63
})
64
65
// Always prepend setup.js
0 commit comments