mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
e0b9c745c1
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>
53 lines
1.5 KiB
Text
53 lines
1.5 KiB
Text
!
|
|
.
|
|
!
|
|
!
|
|
!
|
|
!
|
|
!
|
|
!
|
|
!
|
|
|
|
ERRORS
|
|
|
|
nested failure ... step 1 ... inner 1 => [WILDCARD]failing_steps.ts:[WILDCARD]
|
|
error: Error: Failed.
|
|
throw new Error("Failed.");
|
|
^
|
|
at [WILDCARD]/failing_steps.ts:[WILDCARD]
|
|
|
|
multiple test step failures ... step 1 => [WILDCARD]failing_steps.ts:[WILDCARD]
|
|
error: Error: Fail.
|
|
throw new Error("Fail.");
|
|
^
|
|
at [WILDCARD]/failing_steps.ts:[WILDCARD]
|
|
|
|
multiple test step failures ... step 2 => [WILDCARD]failing_steps.ts:[WILDCARD]
|
|
error: Error: Fail.
|
|
await t.step("step 2", () => Promise.reject(new Error("Fail.")));
|
|
^
|
|
at [WILDCARD]/failing_steps.ts:[WILDCARD]
|
|
|
|
failing step in failing test ... step 1 => [WILDCARD]failing_steps.ts:[WILDCARD]
|
|
error: Error: Fail.
|
|
throw new Error("Fail.");
|
|
^
|
|
at [WILDCARD]/failing_steps.ts:[WILDCARD]
|
|
|
|
failing step in failing test => [WILDCARD]failing_steps.ts:[WILDCARD]
|
|
error: Error: Fail test.
|
|
throw new Error("Fail test.");
|
|
^
|
|
at [WILDCARD]/failing_steps.ts:[WILDCARD]
|
|
|
|
FAILURES
|
|
|
|
nested failure ... step 1 ... inner 1 => [WILDCARD]failing_steps.ts:[WILDCARD]
|
|
multiple test step failures ... step 1 => [WILDCARD]failing_steps.ts:[WILDCARD]
|
|
multiple test step failures ... step 2 => [WILDCARD]failing_steps.ts:[WILDCARD]
|
|
failing step in failing test ... step 1 => [WILDCARD]failing_steps.ts:[WILDCARD]
|
|
failing step in failing test => [WILDCARD]failing_steps.ts:[WILDCARD]
|
|
|
|
FAILED | 0 passed (1 step) | 3 failed (5 steps) ([WILDCARD])
|
|
|
|
error: Test failed
|