-
-
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
setupFiles do not transform by babel-jest #9041
Comments
Yeah I had to add my file to transformIgnorePatterns which felt weird to me. 🤷♂ |
This seems like a potential regression. After bumping from 24.8.0 to 24.9.0, I began receiving the following error:
Downgrading back to 24.8.0 removes the issue. Trying to get a small reproduction together. |
No fix yet? |
For me, 24.8.0 also doesn't work. The latest version to work is 24.1.0. Related: #5164 |
No reproduction has been provided, the parts asking for it in the template was just deleted. Please provide a minimal reproduction when opening issues |
This is still an issue |
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
To Reproduce
when i config in
jest.config.js
, i setsetupFiles
is["<rootDir>/test/setup"]
such as:
but i see the
setup.js
do not transfer byes6
, so i can't use 'import'The text was updated successfully, but these errors were encountered: