From 6bf5c850e6b4f6163721bd673b191bda0e0dc0a6 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Fri, 1 Oct 2021 03:54:56 +0800 Subject: fix(runtime/testing): format aggregate errors (#12183) --- cli/tests/integration/test_tests.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/test_tests.rs b/cli/tests/integration/test_tests.rs index 0baf94422..24ceeefb4 100644 --- a/cli/tests/integration/test_tests.rs +++ b/cli/tests/integration/test_tests.rs @@ -180,3 +180,9 @@ itest!(shuffle_with_seed { exit_code: 0, output: "test/shuffle.out", }); + +itest!(aggregate_error { + args: "test test/aggregate_error.ts", + exit_code: 1, + output: "test/aggregate_error.out", +}); -- cgit v1.2.3