diff options
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
-rw-r--r-- | cli/tests/integration/run_tests.rs | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index 09fc7b426..fd60e85b7 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -2918,15 +2918,9 @@ itest!(nested_error { exit_code: 1, }); -itest!(node_env_var_allowlist_with_unstable_flag { +itest!(node_env_var_allowlist { args: "run --unstable --no-prompt run/node_env_var_allowlist.ts", - output: "run/node_env_var_allowlist_with_unstable_flag.ts.out", - exit_code: 1, -}); - -itest!(node_env_var_allowlist_without_unstable_flag { - args: "run --no-prompt run/node_env_var_allowlist.ts", - output: "run/node_env_var_allowlist_without_unstable_flag.ts.out", + output: "run/node_env_var_allowlist.ts.out", exit_code: 1, }); |