Skip to content

Commit

Permalink
docs: fix testNamePattern description (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilii-kovalev committed Jun 4, 2022
1 parent ad6e26f commit 3181708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/index.md
Expand Up @@ -362,7 +362,7 @@ Coverage options passed to [C8](https://github.com/bcoe/c8).
- **Type** `string | RegExp`

Run tests with full names matching the pattern.
If you add `OnlyRunThis` to this property, tests containing the word `OnlyRunThis` in the test name will be skipped.
If you add `OnlyRunThis` to this property, tests not containing the word `OnlyRunThis` in the test name will be skipped.

```js
import { expect, test } from 'vitest'
Expand Down

0 comments on commit 3181708

Please sign in to comment.