mirror of
https://github.com/denoland/deno.git
synced 2024-10-30 09:08:00 -04:00
21 lines
398 B
Text
21 lines
398 B
Text
Check [WILDCARD]/test/fail_fast.ts
|
|
running 10 tests from ./test/fail_fast.ts
|
|
test 1 ... FAILED ([WILDCARD])
|
|
|
|
failures:
|
|
|
|
./test/fail_fast.ts > test 1
|
|
Error
|
|
throw new Error();
|
|
^
|
|
at [WILDCARD]/test/fail_fast.ts:2:9
|
|
at [WILDCARD]
|
|
|
|
failures:
|
|
|
|
./test/fail_fast.ts
|
|
test 1
|
|
|
|
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD])
|
|
|
|
error: Test failed
|