mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
22 lines
638 B
Text
22 lines
638 B
Text
Check [WILDCARD]/test/fail_fast.ts
|
|
running 10 tests from [WILDCARD]/test/fail_fast.ts
|
|
test test 1 ... FAILED ([WILDCARD])
|
|
|
|
failures:
|
|
|
|
test 1
|
|
Error
|
|
at [WILDCARD]/test/fail_fast.ts:2:9
|
|
at asyncOpSanitizer (deno:runtime/js/40_testing.js:35:15)
|
|
at resourceSanitizer (deno:runtime/js/40_testing.js:72:13)
|
|
at exitSanitizer (deno:runtime/js/40_testing.js:99:15)
|
|
at runTest (deno:runtime/js/40_testing.js:218:13)
|
|
at Object.runTests (deno:runtime/js/40_testing.js:264:13)
|
|
at [WILDCARD]/$deno$test.js:1:27
|
|
|
|
failures:
|
|
|
|
test 1
|
|
|
|
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD])
|
|
|