summaryrefslogtreecommitdiff
path: root/cli/test_runner.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/test_runner.rs')
-rw-r--r--cli/test_runner.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/test_runner.rs b/cli/test_runner.rs
index 0c2318052..8ad42d161 100644
--- a/cli/test_runner.rs
+++ b/cli/test_runner.rs
@@ -79,7 +79,7 @@ pub fn render_test_file(
};
let run_tests_cmd = format!(
- "(Deno as any)[Deno.symbols.internal].runTests({});\n",
+ "// @ts-ignore\nDeno[Deno.internal].runTests({});\n",
options
);
test_file.push_str(&run_tests_cmd);