1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-28 16:20:57 -05:00
denoland-deno/tests/specs/test/aggregate_error/main.out
HasanAlrimawi e0b9c745c1
chore: deprecate test itests (#25512)
This PR is part of #22907

---------

Signed-off-by: HasanAlrimawi <141642411+HasanAlrimawi@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-09-16 19:38:40 +00:00

22 lines
435 B
Text

running 1 test from ./main.ts
aggregate ... FAILED ([WILDCARD])
ERRORS
aggregate => ./main.ts:[WILDCARD]
error: AggregateError
Error: Error 1
at [WILDCARD]/main.ts:2:18
Error: Error 2
at [WILDCARD]/main.ts:3:18
throw new AggregateError([error1, error2]);
^
at [WILDCARD]/main.ts:5:9
FAILURES
aggregate => ./main.ts:[WILDCARD]
FAILED | 0 passed | 1 failed ([WILDCARD])
error: Test failed