1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/specs/test/sanitizer_with_error/main.out
2024-03-13 20:49:54 -06:00

18 lines
295 B
Text

running 1 test from ./main.js
throws ... FAILED ([WILDCARD])
ERRORS
throws => ./main.js:1:6
error: Error: Throws
throw new Error("Throws");
^
at throws ([WILDCARD]/main.js:5:9)
FAILURES
throws => ./main.js:1:6
FAILED | 0 passed | 1 failed ([WILDCARD])
error: Test failed