Skip to content

Commit

Permalink
refactor: combine vite/vitest force rerun trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Oct 19, 2022
1 parent ce5eeec commit 42d7278
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/vitest/src/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ const config = {
watchExclude: ['**/node_modules/**', '**/dist/**'],
forceRerunTriggers: [
'**/package.json/**',
'**/vitest.config.*/**',
'**/vite.config.*/**',
'**/{vitest,vite}.config.*/**',
],
update: false,
reporters: [],
Expand Down

0 comments on commit 42d7278

Please sign in to comment.