Back to Vitest

silent | Config

docs/config/silent.md

4.1.5286 B
Original Source

silent <CRoot /> {#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.