Skip to content

Commit 3019521

Browse files
Update vscode.runner.ts
1 parent 94c695b commit 3019521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/src/vscode.runner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ import { VScodeScripts } from './helpers/scripts/vscodeScripts'
5959
let testFilesEnv: string | string[] = process.env.TEST_FILES!
6060
if (process.env.TEST_FILES) {
6161
testFilesEnv = process.env.TEST_FILES.split('\n').map(file => file.trim()).map((file) => {
62-
return path.join(__dirname, '..', file)
62+
return path.join(__dirname, '..', 'dist', file)
6363
})
6464

6565
// Always prepend setup.js

0 commit comments

Comments
 (0)