docs: update exclude documentation to match the latest implementation (#568)

This commit is contained in:
Haoqun Jiang 2022-01-18 15:17:55 +08:00 committed by GitHub
parent a1e2b068e8
commit d428e1519e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.