-
Notifications
You must be signed in to change notification settings - Fork 2.6k
feat(testing): support jest v30 #31853
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
View your CI Pipeline Execution ↗ for commit 9d66609
☁️ Nx Cloud last updated this comment at |
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx [email protected] my-workspace Or just copy this version and use it in your own command: 0.0.0-pr-31853-d3f52a1
To request a new release for this pull request, mention someone from the Nx team or the |
d3f52a1
to
8d3ae75
Compare
8d3ae75
to
aefc343
Compare
aefc343
to
c57bffd
Compare
c57bffd
to
953c497
Compare
953c497
to
9d66609
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Jest v30 is not supported.
Note: this is currently awaiting for
jest-preset-angular
to support Jest v30: thymikee/jest-preset-angular#3175.Expected Behavior
Jest v30 should be supported.
Related Issue(s)
Fixes #31778