-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Compatibility with Babel 7? #4748
Comments
Please use the issue template. This issue happens because we use babel-core@6 within |
Thank you! |
this doesn't work? jest@test installs |
@jquense in the meantime we released jest@22 |
yeah sorry, i was poking through the wrong source and had an old dep lodged in my node_modules without realizing it. Sorry for the noise |
Related note: on top of installing |
@mistercrunch that's old! 23.6.0 is latest stable, and installing |
I'm not sure in which specific hole of dependency hell I got caught into, but somehow managed to fall back on my feet while using the latest |
- use babel properly with not only running test but also transpile codes (finally) - update jest@beta to use with babel@7, move webpack-cli as dev dependency jestjs/jest#4748
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Jest does not work with Babel 7 (at least with the
env
preset).https://github.com/julien-f/jest-babel7
Is there anything I can do to work-around this?
The text was updated successfully, but these errors were encountered: