Skip to content
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

Closed
gaearon opened this issue Sep 25, 2016 · 10 comments
Closed

Update Jest #757

gaearon opened this issue Sep 25, 2016 · 10 comments

Comments

@gaearon
Copy link
Contributor

gaearon commented Sep 25, 2016

Jest 16 is coming out soon.
We’ll want to bump the version and include updating snapshots into migration instructions.
cc @cpojer

@gaearon gaearon added this to the 0.7.0 milestone Sep 25, 2016
@fson
Copy link
Contributor

fson commented Sep 25, 2016

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 testRegex (with jsx extension) from the config, because it's going to be the default in Jest 16. (Less config, yay!)

@gaearon
Copy link
Contributor Author

gaearon commented Sep 26, 2016

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.

@fson
Copy link
Contributor

fson commented Sep 26, 2016

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 / .find() (facebook/react#7516). Snapshot testing is useful on its own, but without traversal, testing any interactions requires also using Enzyme in practice.

@gaearon
Copy link
Contributor Author

gaearon commented Sep 26, 2016

I think 15.4 should be out fairly soon. I can look at find() after it’s out.

@StevenACoffman
Copy link

This looks like a duplicate of #851 resolved by PR #858
React 15.4 is not out yet, but Jest 16 is. Not sure if the bugs @fson referenced are worth capturing somewhere else.

@fson
Copy link
Contributor

fson commented Oct 12, 2016

Jest 16 will be included in 0.7.0, which will be released soon.

@fson fson closed this as completed Oct 12, 2016
@just-boris
Copy link
Contributor

Jest 17 is out now!
It ships some new matchers and also an extension point expect.extend to put your custom ones.

Do I need to create another issue to update used Jest version to 17?

@gaearon
Copy link
Contributor Author

gaearon commented Dec 1, 2016

I think bump to 17 is merged to master.

@just-boris
Copy link
Contributor

just-boris commented Dec 1, 2016

That's right. 7e9cb18

Haven't released yet, though. Looking forward to releasing!

@cpojer
Copy link
Contributor

cpojer commented Dec 1, 2016

There'll be another release sometime later this week.

@lock lock bot locked and limited conversation to collaborators Jan 22, 2019
@lock lock bot unassigned fson Jan 22, 2019
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants