2022-04-16 20:51:55 +01:00
|
|
|
running 1 test from ./test/aggregate_error.ts
|
2022-04-11 18:27:17 +02:00
|
|
|
aggregate ... FAILED ([WILDCARD])
|
2021-10-01 03:54:56 +08:00
|
|
|
|
2022-05-09 10:56:13 +02:00
|
|
|
ERRORS
|
2021-10-01 03:54:56 +08:00
|
|
|
|
2022-05-05 00:15:54 +01:00
|
|
|
aggregate => ./test/aggregate_error.ts:[WILDCARD]
|
|
|
|
error: AggregateError
|
2021-10-01 03:54:56 +08:00
|
|
|
Error: Error 1
|
|
|
|
at [WILDCARD]/testdata/test/aggregate_error.ts:2:18
|
|
|
|
Error: Error 2
|
|
|
|
at [WILDCARD]/testdata/test/aggregate_error.ts:3:18
|
2022-04-18 15:22:23 +02:00
|
|
|
throw new AggregateError([error1, error2]);
|
|
|
|
^
|
2021-10-01 03:54:56 +08:00
|
|
|
at [WILDCARD]/testdata/test/aggregate_error.ts:5:9
|
|
|
|
|
2022-05-09 10:56:13 +02:00
|
|
|
FAILURES
|
2021-10-01 03:54:56 +08:00
|
|
|
|
2022-05-05 00:15:54 +01:00
|
|
|
aggregate => ./test/aggregate_error.ts:[WILDCARD]
|
2021-10-01 03:54:56 +08:00
|
|
|
|
2022-06-14 20:51:49 +02:00
|
|
|
FAILED | 0 passed | 1 failed ([WILDCARD])
|
2021-10-01 03:54:56 +08:00
|
|
|
|
|
|
|
error: Test failed
|