1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/cli/lsp/testing
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
..
collectors.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
definitions.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
execution.rs feat(cli): Add dot test reporter (#19804) 2023-08-02 18:38:10 +02:00
lsp_custom.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
mod.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
server.rs refactor(lsp): remove boolean parameters on documents.documents(...) (#18493) 2023-03-29 16:25:48 -04:00