diff options
Diffstat (limited to 'tests/node_compat/test_runner.rs')
-rw-r--r-- | tests/node_compat/test_runner.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/node_compat/test_runner.rs b/tests/node_compat/test_runner.rs index 759dd5d3e..15749ca7f 100644 --- a/tests/node_compat/test_runner.rs +++ b/tests/node_compat/test_runner.rs @@ -14,7 +14,6 @@ fn node_compat_tests() { .arg("--config") .arg(deno_config_path()) .arg("--no-lock") - .arg("--unstable") .arg("-A") .arg(util::tests_path().join("node_compat/test.ts")) .spawn() |