From f9b692e68e97ab6d39ad03988e973279a32cceca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 15 Jul 2022 01:06:20 +0200 Subject: Revert "feat: add "unhandledrejection" event support (#12994) (#15080)" (#15210) This reverts commit 1a7259b04b7229f6350a7a7c21b50497b5c80c17. --- cli/tests/integration/run_tests.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index 06cb1629b..bb46fe1b5 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -2783,8 +2783,3 @@ itest!(followup_dyn_import_resolved { args: "run --unstable --allow-read followup_dyn_import_resolves/main.ts", output: "followup_dyn_import_resolves/main.ts.out", }); - -itest!(unhandled_rejection { - args: "run --allow-read unhandled_rejection.js", - output: "unhandled_rejection.js.out", -}); -- cgit v1.2.3