-
-
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
moduleFileExtensions must include 'js' #7736
Comments
Confirmed. For use cases like running TSLint, Jest does not internally need |
Breaking change: #7160 |
I guess we can check if the |
Is there a reason why |
We wanna have valid config come out of |
I mean, it's generally valid config, it's just that |
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. |
🐛 Bug Report
After an upgrade to
v24.0.0
I got an errormoduleFileExtensions must include 'js'
even though a project in projects array should get onlyts
files (ex:jest-runner-tslint
).Expected behavior
moduleFileExtensions
can contain only exact extensions if the extensionjs
not using at all.Run
npx envinfo --preset jest --markdown
System:
Binaries:
npmPackages:
The text was updated successfully, but these errors were encountered: