From 4e71a9424e12a9711b41edce049ee026f0a904b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 21 Jul 2022 23:54:53 +0200 Subject: fix: proper typings for unhandledrejection event (#15271) --- cli/tests/integration/run_tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/tests/integration') 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", }); -- cgit v1.2.3