-
-
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
Update Jest #757
Comments
I'd be happy to take this issue when the time comes. Another (smaller) improvement that we can benefit from is that we can remove the custom |
Btw Jest 16 is a pretty big change (with concurrent reporter) so we’ll want to make sure it works well on Windows before cutting a release. |
Do you know if React 15.4 is going to be released by the time Jest 16 comes out? It would be nice if we don't need to document the workaround for facebook/react#7386. Another thing on my wishlist is test renderer traversal / |
I think 15.4 should be out fairly soon. I can look at |
Jest 16 will be included in 0.7.0, which will be released soon. |
Jest 17 is out now! Do I need to create another issue to update used Jest version to 17? |
I think bump to 17 is merged to master. |
That's right. 7e9cb18 Haven't released yet, though. Looking forward to releasing! |
There'll be another release sometime later this week. |
Jest 16 is coming out soon.
We’ll want to bump the version and include updating snapshots into migration instructions.
cc @cpojer
The text was updated successfully, but these errors were encountered: