summaryrefslogtreecommitdiff
path: root/tests/node_compat/test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/node_compat/test.ts')
-rw-r--r--tests/node_compat/test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/node_compat/test.ts b/tests/node_compat/test.ts
index db4ba4f52..6f15f2d0b 100644
--- a/tests/node_compat/test.ts
+++ b/tests/node_compat/test.ts
@@ -128,7 +128,7 @@ async function runTest(t: Deno.TestContext, path: string): Promise<void> {
}
const stderrOutput = decoder.decode(stderr);
const repeatCmd = magenta(
- `./target/debug/deno test -A tests/node_compat/test.ts -- ${path}`,
+ `./target/debug/deno test --config tests/config/deno.json -A tests/node_compat/test.ts -- ${path}`,
);
const msg = `"${magenta(path)}" failed: