summaryrefslogtreecommitdiff
path: root/tests/testdata/run/aggregate_error.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/aggregate_error.out')
-rw-r--r--tests/testdata/run/aggregate_error.out18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/testdata/run/aggregate_error.out b/tests/testdata/run/aggregate_error.out
deleted file mode 100644
index 59c0fb2a5..000000000
--- a/tests/testdata/run/aggregate_error.out
+++ /dev/null
@@ -1,18 +0,0 @@
-AggregateError: Multiple errors.
- at [WILDCARD]/aggregate_error.ts:1:24
-
-AggregateError: Multiple errors.
- Error: Error message 1.
- at [WILDCARD]/aggregate_error.ts:2:3
- Error: Error message 2.
- at [WILDCARD]/aggregate_error.ts:3:3
- at [WILDCARD]/aggregate_error.ts:1:24
-
-error: Uncaught (in promise) AggregateError: Multiple errors.
- Error: Error message 1.
- at [WILDCARD]/aggregate_error.ts:2:3
- Error: Error message 2.
- at [WILDCARD]/aggregate_error.ts:3:3
-const aggregateError = new AggregateError([
- ^
- at [WILDCARD]/aggregate_error.ts:1:24