Skip to content

Commit

Permalink
fix: add watchAll to Valid config (#10804)
Browse files Browse the repository at this point in the history
  • Loading branch information
guysaar223 authored Nov 14, 2020
1 parent bafb4eb commit b7365b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jest-config/src/ValidConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ const initialOptions: Config.InitialOptions = {
useStderr: false,
verbose: false,
watch: false,
watchAll: false,
watchPathIgnorePatterns: ['<rootDir>/e2e/'],
watchPlugins: [
'path/to/yourWatchPlugin',
Expand Down

0 comments on commit b7365b3

Please sign in to comment.