-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Jest 16 #858
Upgrade to Jest 16 #858
Conversation
Also looks like Jest 16.0.1 will be cut soon with a bug fix, so I held off from doing a minor update to the package version for |
That's not the only issue but React 15.4.0 final will contain fixes for all major issues. We'll still need to add a traversal API but that would be the last missing bit and not essential. |
Should be good to go with 16.0.1 now. Should I bump the react-scripts version by a minor version or would it be a revision in this case? |
Don't worry about bumping |
Thanks! |
* Update react-scripts dependencies to use jest 16 * Remove testRegex from Jest config (now default)
* Update react-scripts dependencies to use jest 16 * Remove testRegex from Jest config (now default)
Resolves #851.
Looks like the only things requiring an update were
babel-jest
andjest
inreact-scripts
.This should probably be another issue for later, but:
The only things that I wasn't certain on is how the updated Snapshot Testing capabilities should be handled. The README template considers them experimental, but there was a pretty huge emphasis on the magic of snapshots in the v16 blog post.
@gaearon Is the only thing currently blocking adoption this issue?
facebook/react#7371