From 9a960b9f5804f5e855163e7ec43327c28daef845 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 10 Dec 2018 17:50:41 -0500 Subject: Use stderr for exceptions (#1303) --- tests/error_005_missing_dynamic_import.test | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/error_005_missing_dynamic_import.test') diff --git a/tests/error_005_missing_dynamic_import.test b/tests/error_005_missing_dynamic_import.test index 826b3345d..2acf467c1 100644 --- a/tests/error_005_missing_dynamic_import.test +++ b/tests/error_005_missing_dynamic_import.test @@ -1,3 +1,4 @@ args: tests/error_005_missing_dynamic_import.ts --reload +check_stderr: true exit_code: 1 output: tests/error_005_missing_dynamic_import.ts.out -- cgit v1.2.3