Skip to content

Commit 9acc13f

Browse files
authored
docs: eslint and prettier configs in test.exclude default value (#7360)
1 parent 9e40437 commit 9acc13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ When using coverage, Vitest automatically adds test files `include` patterns to
124124
### exclude
125125

126126
- **Type:** `string[]`
127-
- **Default:** `['**/node_modules/**', '**/dist/**', '**/cypress/**', '**/.{idea,git,cache,output,temp}/**', '**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build}.config.*']`
127+
- **Default:** `['**/node_modules/**', '**/dist/**', '**/cypress/**', '**/.{idea,git,cache,output,temp}/**', '**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*']`
128128
- **CLI:** `vitest --exclude "**/excluded-file"`
129129

130130
A list of glob patterns that should be excluded from your test files.

0 commit comments

Comments
 (0)