From 0ea6eb83a906bff543be4c3301f23444986b022b Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Mon, 13 Apr 2020 15:54:16 +0100 Subject: refactor(core/js_error): Align JSStackFrame with CallSite (#4715) Renames and adds missing fields to JSStackFrame from CallSite. Fixes #4705. Cleans up base changes for line and column numbers. --- cli/tests/integration_tests.rs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index d043958a9..905870c29 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1406,6 +1406,13 @@ itest!(error_023_stack_async { exit_code: 1, }); +itest!(error_024_stack_promise_all { + args: "error_024_stack_promise_all.ts", + output: "error_024_stack_promise_all.ts.out", + check_stderr: true, + exit_code: 1, +}); + itest!(error_syntax { args: "run --reload error_syntax.js", check_stderr: true, -- cgit v1.2.3