diff options
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index ce08c6b61..f90e434da 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -272,8 +272,7 @@ fn js_unit_tests() { .current_dir(util::root_path()) .arg("run") .arg("--reload") - .arg("--allow-run") - .arg("--allow-env") + .arg("-A") .arg("cli/js/tests/unit_test_runner.ts") .spawn() .expect("failed to spawn script"); |