mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
333 B
333 B
| title | outline |
|---|---|
| silent | Config | deep |
silent
- Type:
boolean | 'passed-only' - Default:
false - CLI:
--silent,--silent=false
Silent console output from tests.
Use 'passed-only' to see logs from failing tests only. Logs from failing tests are printed after a test has finished.