summaryrefslogtreecommitdiff
path: root/cli/tests/integration/run_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
-rw-r--r--cli/tests/integration/run_tests.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs
index d477bb896..25d84ae46 100644
--- a/cli/tests/integration/run_tests.rs
+++ b/cli/tests/integration/run_tests.rs
@@ -2784,6 +2784,6 @@ itest!(followup_dyn_import_resolved {
});
itest!(unhandled_rejection {
- args: "run --allow-read unhandled_rejection.js",
- output: "unhandled_rejection.js.out",
+ args: "run --check unhandled_rejection.ts",
+ output: "unhandled_rejection.ts.out",
});