Skip to content

Commit

Permalink
feat(react-scripts): allow testMatch for jest config (#9114)
Browse files Browse the repository at this point in the history
resolves #8637
  • Loading branch information
favna committed Jun 6, 2020
1 parent c87ab79 commit 538d527
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

2 comments on commit 538d527

@dnicolacopoulos
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello,
Any idea as to which release will this be included? I still get the error when I try to override testMtach with v3.4.3

@favna
Copy link
Contributor Author

@favna favna commented on 538d527 Oct 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4.0 most likely @dnicolacopoulos

Please sign in to comment.