From 277e19f4d26b66bbba99b0a3d6539b524dc88830 Mon Sep 17 00:00:00 2001 From: Andrew Mitchell <32021055+mitch292@users.noreply.github.com> Date: Thu, 18 Mar 2021 20:02:29 -0400 Subject: fix(cli/bundle): display anyhow error chain (#9822) --- 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 4be586351..e7fc7797b 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -3148,6 +3148,12 @@ console.log("finish"); http_server: true, }); + itest!(error_027_bare_import_error { + args: "bundle error_027_bare_import_error.ts", + output: "error_027_bare_import_error.ts.out", + exit_code: 1, + }); + itest!(error_missing_module_named_import { args: "run --reload error_missing_module_named_import.ts", output: "error_missing_module_named_import.ts.out", -- cgit v1.2.3