Closed
Description
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!
Metadata
Metadata
Assignees
Labels
No labels