mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
029bdf0cd5
This commit adds a "dot" reporter to "deno test" subcommand, that can be activated using "--dot" flag. It provides a concise output using: - "." for passing test - "," for ignored test - "!" for failing test User output is silenced and not printed to the console. In non-TTY environments each result is printed on a separate line. |
||
---|---|---|
.. | ||
failing_steps.dot.out | ||
failing_steps.out | ||
failing_steps.ts | ||
ignored_steps.dot.out | ||
ignored_steps.out | ||
ignored_steps.ts | ||
invalid_usage.out | ||
invalid_usage.ts | ||
output_within.out | ||
output_within.ts | ||
passing_steps.dot.out | ||
passing_steps.out | ||
passing_steps.ts |