-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow additional Jest config keys (#6055)
- Loading branch information
1 parent
57ef103
commit e2f43a0
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e2f43a0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
Do you have any idea when next release will be available so this PR will be included? or could you help me use this PR changes as I need moduleNameMapper to be able to use Jest.
I noticed that, (yarn add --exact react-scripts@3.0.1) command was required to use react-scripts from 3.0.1 release. While this change affects react-scripts what command(s) shall I use to be able to use moduleNameMapper option?
Thanks.