-
Notifications
You must be signed in to change notification settings - Fork 309
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
feat: support Jest 29 [follow-up] #1937
Conversation
Migrated from `ts-jest` config under `globals`, which is deprecated, to transformers config
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
Thanks @Michsior14 for following that up. |
The error |
Hello, also facing same issue. The only solution was downgrade. It seems that as using the @angular-builders/jest has dependency on "jest-preset-angular": "12.2.6", there seems to be conflict with newer packages in local project. |
@krzysztofbogusz91, thanks, it worked! |
But that's not how it's supposed to work, right? |
Summary
Follow-up PR of @Tommy228 (#1901) and @tja4472 (https://github.com/Tommy228/jest-preset-angular/pull/1) work introducing support for jest 29 including fixed tests and documentation.
Test plan
Tested by @Tommy228 and by running tests inside of examples folder.
Does this PR introduce a breaking change?
Other information
Same as in #1901