-
-
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
support jest.config.mjs and jest.config.cjs #9225
Comments
this is pretty much blocked by #4842. |
@SimenB |
Does it make sense to add support for this, which is useless outside of esm support in node (which we don't support)? It's simple enough in isolation, but I'm not sure it provides much value, and might confuse users more? thoughts? |
@SimenB Yes, it does. I have |
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. |
🚀 Feature Proposal
jest.config.js
is using commonjs. Can we usejest.config.mjs
andjest.config.cjs
for config file in node 13.2?Motivation
esm support for config file
Example
Pitch
Why does this feature belong in the Jest core platform?
Common feature proposals that do not typically make it to core:
The text was updated successfully, but these errors were encountered: