2022-04-16 15:51:55 -04:00
|
|
|
running 1 test from ./test/aggregate_error.ts
|
2022-04-11 12:27:17 -04:00
|
|
|
aggregate ... FAILED ([WILDCARD])
|
2021-09-30 15:54:56 -04:00
|
|
|
|
2022-05-09 04:56:13 -04:00
|
|
|
ERRORS
|
2021-09-30 15:54:56 -04:00
|
|
|
|
2022-05-04 19:15:54 -04:00
|
|
|
aggregate => ./test/aggregate_error.ts:[WILDCARD]
|
|
|
|
error: AggregateError
|
2021-09-30 15:54:56 -04: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 09:22:23 -04:00
|
|
|
throw new AggregateError([error1, error2]);
|
|
|
|
^
|
2021-09-30 15:54:56 -04:00
|
|
|
at [WILDCARD]/testdata/test/aggregate_error.ts:5:9
|
|
|
|
|
2022-05-09 04:56:13 -04:00
|
|
|
FAILURES
|
2021-09-30 15:54:56 -04:00
|
|
|
|
2022-05-04 19:15:54 -04:00
|
|
|
aggregate => ./test/aggregate_error.ts:[WILDCARD]
|
2021-09-30 15:54:56 -04:00
|
|
|
|
2022-06-14 14:51:49 -04:00
|
|
|
FAILED | 0 passed | 1 failed ([WILDCARD])
|
2021-09-30 15:54:56 -04:00
|
|
|
|
|
|
|
error: Test failed
|