mirror of
https://github.com/denoland/deno.git
synced 2025-01-16 02:48:52 -05:00
9d57a4aaeb
This commit adds "--terse" flag to "deno test" that makes testing reporter output one character per test case instead of one line per case. This is an unstable feature.
11 lines
202 B
Text
11 lines
202 B
Text
Check [WILDCARD]/test/terse.ts
|
|
running 3 tests from [WILDCARD]
|
|
.Fi
|
|
failures:
|
|
|
|
fail
|
|
Error: fail
|
|
[WILDCARD]
|
|
|
|
test result: FAILED. 1 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out [WILDCARD]
|
|
|