vitest/docs/config/silent.md
2025-11-06 14:59:05 +01:00

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.