-
Notifications
You must be signed in to change notification settings - Fork 308
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
Cannot read property 'createStringLiteral' of undefined when using jest-27 #925
Comments
you can try out 8.4.0 is not compatible with Jest 27 |
i am facing same issue next tag is not working form me |
have you tried clearing Jest cache? If you are using nrwl nx, you should wait for them to add support because there are migration needed on their side. If you are NOT using nrwl nx, you can try clear Jest cache via |
For nrwl nx, see nrwl/nx#5771 |
hi i am not using nrwl |
you should try clearing Jest cache after upgrading to |
i tried clearing cache Steps to repo env: |
hmm i still cannot reproduce your issue @aakaul I would suggest to wait for new release of |
ok cool. @ahnpnl thanks i will downgrade the packages |
Here is a minimal repo @ahnpnl |
@NicolasTsc please wait for |
@ahnpnl okay any estimated date for it yet? |
Either this week or beginning of next week |
Please check our CHANGELOG. 9.0.0 is a major version which contains breaking changes so migration is required. Things require migration are mentioned in CHANGELOG. |
🐛 Bug Report
Once I updated the package-json versions of jest and ts-jest to 27.0.1 I can`t run dummy tests anymore, because of there error:
To Reproduce
Steps to reproduce the behavior:
Create example nrwl angular project, upgrade jest to 27.0.1 and run dummy tests
Expected behavior
Tests working
The text was updated successfully, but these errors were encountered: