diff options
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
-rw-r--r-- | cli/tests/integration/run_tests.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index 10ff6d2e0..f30e7ce69 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -2750,7 +2750,7 @@ itest!(config_not_auto_discovered_for_remote_script { }); itest!(package_json_auto_discovered_for_local_script_log { - args: "run -L debug no_deno_json/main.ts", + args: "run -L debug -A no_deno_json/main.ts", output: "run/with_package_json/no_deno_json/main.out", maybe_cwd: Some("run/with_package_json/"), envs: env_vars_for_npm_tests_no_sync_download(), @@ -2766,6 +2766,7 @@ itest!( maybe_cwd: Some("run/with_package_json/"), envs: env_vars_for_npm_tests_no_sync_download(), http_server: true, + exit_code: 1, } ); |