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

Babel-jest support for babel.config.js configuration file #6908

Closed
ross-weir opened this issue Aug 29, 2018 · 2 comments · Fixed by #6911
Closed

Babel-jest support for babel.config.js configuration file #6908

ross-weir opened this issue Aug 29, 2018 · 2 comments · Fixed by #6911

Comments

@ross-weir
Copy link
Contributor

With the release of Babel 7.0.0 there has been support added for .js babel configuration files. See here. Namely babel.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!

@ross-weir 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
@SimenB
Copy link
Member

SimenB commented Aug 29, 2018

PR welcome, yeah :)

@github-actions
Copy link

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.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants