Skip to content

Commit

Permalink
chore: remove dist from forceRerunTriggers
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jul 5, 2022
1 parent 1d52d9a commit 95bd18e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/config/index.md
Expand Up @@ -372,7 +372,7 @@ Glob pattern of file paths to be ignored from triggering watch rerun.
### forceRerunTriggers

- **Type**: `string[]`
- **Default:** `['**/package.json/**', '**/vitest.config.*/**', '**/vite.config.*/**', '**/dist/**']`
- **Default:** `['**/package.json/**', '**/vitest.config.*/**', '**/vite.config.*/**']`

Glob pattern of file paths that will trigger the whole suite rerun. This paired with the `--changed` argument will run the whole test suite if the trigger is found in the git diff.

Expand Down
1 change: 0 additions & 1 deletion packages/vitest/src/defaults.ts
Expand Up @@ -66,7 +66,6 @@ const config = {
'**/package.json/**',
'**/vitest.config.*/**',
'**/vite.config.*/**',
'**/dist/**',
],
update: false,
reporters: [],
Expand Down

0 comments on commit 95bd18e

Please sign in to comment.