-
Notifications
You must be signed in to change notification settings - Fork 98
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
Issue with JEST #23
Comments
So this dude made it clear here jestjs/jest#243 (comment) that JEST 0.5 will probably come with support for node 0.12 Now we just need to find out when JEST 0.5 will be released. |
There is also a lot of talk here: jestjs/jest#374 I am not sure what will happen now with node.js and io.js and how will that affect JEST. |
Is it a drastic issue for us to limit the Node version to 0.10 until the Jest issue has been resolved? |
We can do that in Travis or similar when we setup the environment, but locally ... is anyone still using 0.10 when 0.12 is available? I really really don't want to downgrade my local or vm installation of node.js. |
See here: jestjs/jest#243
Just so we know about this issue and decide on what's the best solution.
The text was updated successfully, but these errors were encountered: