Skip to content

Commit

Permalink
Add feature #3116 extended Jest config (#3802)
Browse files Browse the repository at this point in the history
  • Loading branch information
garmeeh authored and gaearon committed Jan 15, 2018
1 parent 2e59c54 commit f5708c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-scripts/scripts/utils/createJestConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ module.exports = (resolve, rootDir, isEjecting) => {
'collectCoverageFrom',
'coverageReporters',
'coverageThreshold',
'resetMocks',
'resetModules',
'snapshotSerializers',
'watchPathIgnorePatterns',
];
Expand Down

0 comments on commit f5708c6

Please sign in to comment.