diff options
Diffstat (limited to 'cli/tests/testdata/test/aggregate_error.out')
-rw-r--r-- | cli/tests/testdata/test/aggregate_error.out | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cli/tests/testdata/test/aggregate_error.out b/cli/tests/testdata/test/aggregate_error.out index 5c4c9b392..3d0b807f0 100644 --- a/cli/tests/testdata/test/aggregate_error.out +++ b/cli/tests/testdata/test/aggregate_error.out @@ -7,12 +7,11 @@ failures: AggregateError Error: Error 1 at [WILDCARD]/testdata/test/aggregate_error.ts:2:18 - [WILDCARD] Error: Error 2 at [WILDCARD]/testdata/test/aggregate_error.ts:3:18 - [WILDCARD] + throw new AggregateError([error1, error2]); + ^ at [WILDCARD]/testdata/test/aggregate_error.ts:5:9 - at [WILDCARD] failures: |