mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
docs: update exclude documentation to match the latest implementation (#568)
This commit is contained in:
parent
a1e2b068e8
commit
d428e1519e
@ -33,7 +33,7 @@ Include globs for test files
|
||||
### exclude
|
||||
|
||||
- **Type:** `string[]`
|
||||
- **Default:** `['node_modules', 'dist', '.idea', '.git', '.cache']`
|
||||
- **Default:** `['**/node_modules/**', '**/dist/**', '**/cypress/**', '**/.{idea,git,cache,output,temp}/**']`
|
||||
|
||||
Exclude globs for test files
|
||||
|
||||
@ -352,4 +352,4 @@ export default defineConfig({
|
||||
|
||||
- **Type:** `PrettyFormatOptions`
|
||||
|
||||
Format options for snapshot testing.
|
||||
Format options for snapshot testing.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user