Skip to content

Commit c28e65f

Browse files
committed
fixed tests?
1 parent 9ae38fb commit c28e65f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/runTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async function main(): Promise<void> {
4040

4141
// The path to test runner
4242
// Passed to --extensionTestsPath
43-
const extensionTestsPath = path.resolve(__dirname, './index');
43+
const extensionTestsPath = path.resolve(__dirname, './index.js');
4444

4545
const testOption = {
4646
version: vscode_version,

0 commit comments

Comments
 (0)