1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/cli/args
Bartek Iwańczuk 029bdf0cd5
feat(cli): Add dot test reporter (#19804)
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.
2023-08-02 18:38:10 +02:00
..
config_file.rs feat(unstable): optional deno_modules directory (#19977) 2023-08-02 00:49:09 +00:00
flags.rs feat(cli): Add dot test reporter (#19804) 2023-08-02 18:38:10 +02:00
flags_allow_net.rs chore: upgrade clap to v4 (#17333) 2023-03-26 06:06:18 +02:00
import_map.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
lockfile.rs chore: update to Rust 1.71 (#19822) 2023-07-13 15:16:24 -06:00
mod.rs feat(cli): Add dot test reporter (#19804) 2023-08-02 18:38:10 +02:00
package_json.rs fix(check): should bust check cache when json module or npm resolution changes (#19941) 2023-07-26 17:23:07 -04:00