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

Commit d5d848e

Browse files
favnavictor-travelperk
authored andcommitted
feat(react-scripts): allow testMatch for jest config (facebook#9114)
resolves facebook#8637
1 parent b1482d6 commit d5d848e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-scripts/scripts/utils/createJestConfig.js

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ module.exports = (resolve, rootDir, isEjecting) => {
8787
'resetModules',
8888
'restoreMocks',
8989
'snapshotSerializers',
90+
'testMatch',
9091
'transform',
9192
'transformIgnorePatterns',
9293
'watchPathIgnorePatterns',

0 commit comments

Comments
 (0)