mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
13 lines
237 B
Markdown
13 lines
237 B
Markdown
---
|
|
title: passWithNoTests | Config
|
|
outline: deep
|
|
---
|
|
|
|
# passWithNoTests <CRoot />
|
|
|
|
- **Type**: `boolean`
|
|
- **Default**: `false`
|
|
- **CLI:** `--passWithNoTests`, `--passWithNoTests=false`
|
|
|
|
Vitest will not fail, if no tests will be found.
|