diff options
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
-rw-r--r-- | cli/tests/integration/run_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index 4dc17bacb..c1ed59f14 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -963,7 +963,7 @@ itest!(no_check_decorators { }); itest!(check_remote { - args: "run --quiet --reload no_check_remote.ts", + args: "run --quiet --reload --check=all no_check_remote.ts", output: "no_check_remote.ts.disabled.out", exit_code: 1, http_server: true, |