Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
feat(react-scripts): allow testMatch for jest config (facebook#9114)
Browse files Browse the repository at this point in the history
resolves facebook#8637
  • Loading branch information
favna authored and victor-travelperk committed Jun 8, 2020
1 parent b1482d6 commit d5d848e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-scripts/scripts/utils/createJestConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ module.exports = (resolve, rootDir, isEjecting) => {
'resetModules',
'restoreMocks',
'snapshotSerializers',
'testMatch',
'transform',
'transformIgnorePatterns',
'watchPathIgnorePatterns',
Expand Down

0 comments on commit d5d848e

Please sign in to comment.