Skip to content

Commit 501768f

Browse files
committed
fix: correct name for Electron's spec-runner.js script
1 parent 2de1797 commit 501768f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ export async function createTestController(
668668
}
669669

670670
const specRunnerContents = await vscode.workspace.fs.readFile(
671-
vscode.Uri.joinPath(electronRoot, "script", "spec-runner.cjs"),
671+
vscode.Uri.joinPath(electronRoot, "script", "spec-runner.js"),
672672
);
673673

674674
if (

0 commit comments

Comments
 (0)