1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/tests/specs/test/non_error_thrown/main.out

41 lines
800 B
Text
Raw Normal View History

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