-
-
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
Babel-jest support for babel.config.js configuration file #6908
Comments
ross-weir
changed the title
babel-jest support for babel.config.js configuration file
Babel-jest support for babel.config.js configuration file
Aug 29, 2018
PR welcome, yeah :) |
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With the release of Babel 7.0.0 there has been support added for
.js
babel configuration files. See here. Namelybabel.config.js
.Currently
babel-jest
doesn't support this configuration file:const BABELRC_JS_FILENAME = '.babelrc.js';
It would be nice if we could add an additional check for the new babel 7.0.0 configuration file!
I would be happy to submit a PR for this. Thanks!
The text was updated successfully, but these errors were encountered: