From bdb1ee64800e03699d41265c5158c99e3a390ec7 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Thu, 21 Jan 2021 09:48:04 +0000 Subject: fix(core): Handle prepareStackTrace() throws (#9211) Fixes #9206 --- cli/tests/integration_tests.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 428d1ff30..16d3a210c 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -2685,6 +2685,12 @@ itest!(_081_location_relative_fetch_redirect { http_server: true, }); +itest!(_082_prepare_stack_trace_throw { + args: "run 082_prepare_stack_trace_throw.js", + output: "082_prepare_stack_trace_throw.js.out", + exit_code: 1, +}); + itest!(js_import_detect { args: "run --quiet --reload js_import_detect.ts", output: "js_import_detect.ts.out", -- cgit v1.2.3