Skip to content

Commit 19dbb3e

Browse files
committed
test(interop): fix path to executable
1 parent bf687c0 commit 19dbb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { spawnSync } from "child_process";
99
const { status } = spawnSync(
1010
"node",
1111
[
12-
"./bin/test-e2e-interop.cjs",
12+
"./bin/test-e2e-interop.js",
1313
// This is the shared stuff used in all of our projects.
1414
"--config",
1515
"./public/interop/base-config.json",

0 commit comments

Comments
 (0)