mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
d4ad2b809c
This commit changes test report output to repeat test name before printing result, but only if there's user output, denoted by markers.
20 lines
511 B
Text
20 lines
511 B
Text
Check [WILDCARD]/test/pass.ts
|
|
running 10 tests from ./test/pass.ts
|
|
test 0 ... ok ([WILDCARD])
|
|
test 1 ... ok ([WILDCARD])
|
|
test 2 ... ok ([WILDCARD])
|
|
test 3 ... ok ([WILDCARD])
|
|
test 4 ... ok ([WILDCARD])
|
|
test 5 ... ok ([WILDCARD])
|
|
test 6 ... ok ([WILDCARD])
|
|
test 7 ... ok ([WILDCARD])
|
|
test 8 ... ok ([WILDCARD])
|
|
test 9 ...
|
|
------- output -------
|
|
console.log
|
|
console.error
|
|
----- output end -----
|
|
test 9 ... ok ([WILDCARD])
|
|
|
|
test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD])
|
|
|