-
-
Notifications
You must be signed in to change notification settings - Fork 500
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
Craco with jest 27 createTransformer and _cracoConfig undefined with react-scripts 5 #462
Comments
What version of craco are you using? |
I tried both 6.4.3 and 6.4.5. I currently have 6.4.3. |
Try using craco 7 (it just moved from alpha to latest) because craco 6 does not support CRA 5. |
I'll give it a try tomorrow. I'm also using |
craco 7 did resolve my issues. Thanks! It was still a beta when I looked earlier, and I didn't think to check if it had been released when I ran into the issue. |
I'm using react-scripts 5.0.1, and get this error when running
craco test
:The same changes mentioned in #425 fixed the issue, but updating to craco 6.4.5 did not resolve the issue.
The text was updated successfully, but these errors were encountered: