1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/test/non_error_thrown/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

40 lines
800 B
Text

running 6 tests from [WILDCARD]/main.ts
foo ... FAILED ([WILDCARD])
bar ... FAILED ([WILDCARD])
baz ... FAILED ([WILDCARD])
qux ... FAILED ([WILDCARD])
quux ... FAILED ([WILDCARD])
quuz ... FAILED ([WILDCARD])
ERRORS
foo => [WILDCARD]/main.ts:1:6
error: undefined
bar => [WILDCARD]/main.ts:5:6
error: null
baz => [WILDCARD]/main.ts:9:6
error: 123
qux => [WILDCARD]/main.ts:13:6
error: "Hello, world!"
quux => [WILDCARD]/main.ts:17:6
error: [ 1, 2, 3 ]
quuz => [WILDCARD]/main.ts:21:6
error: { a: "Hello, world!", b: [ 1, 2, 3 ] }
FAILURES
foo => [WILDCARD]/main.ts:1:6
bar => [WILDCARD]/main.ts:5:6
baz => [WILDCARD]/main.ts:9:6
qux => [WILDCARD]/main.ts:13:6
quux => [WILDCARD]/main.ts:17:6
quuz => [WILDCARD]/main.ts:21:6
FAILED | 0 passed | 6 failed ([WILDCARD])
error: Test failed