blob: 3d0b807f0bb438bf44af8bcfb6e8eb19fc51f226 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
running 1 test from ./test/aggregate_error.ts
aggregate ... FAILED ([WILDCARD])
failures:
./test/aggregate_error.ts > aggregate
AggregateError
Error: Error 1
at [WILDCARD]/testdata/test/aggregate_error.ts:2:18
Error: Error 2
at [WILDCARD]/testdata/test/aggregate_error.ts:3:18
throw new AggregateError([error1, error2]);
^
at [WILDCARD]/testdata/test/aggregate_error.ts:5:9
failures:
./test/aggregate_error.ts
aggregate
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD])
error: Test failed
|