mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
19 lines
361 B
Text
19 lines
361 B
Text
Check [WILDCARD]/test/fail_fast.ts
|
|
running 10 tests from ./test/fail_fast.ts
|
|
test 1 ... FAILED ([WILDCARD])
|
|
|
|
ERRORS
|
|
|
|
test 1 => ./test/fail_fast.ts:[WILDCARD]
|
|
error: Error
|
|
throw new Error();
|
|
^
|
|
at [WILDCARD]/test/fail_fast.ts:2:9
|
|
|
|
FAILURES
|
|
|
|
test 1 => ./test/fail_fast.ts:[WILDCARD]
|
|
|
|
FAILED | 0 passed | 1 failed ([WILDCARD])
|
|
|
|
error: Test failed
|