-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
Jest snapshots fail with Angular 15.2.2 #1350
Comments
Problem for me is that @angular-builders/jest requires [email protected] which produces the following warnings:
|
The upgrade to Jest 29 (as well as to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jest snapshots are broken with Angular 15.2.2. The reason is that Ivy detection fails in jest-preset-angular 12.2.6 (no
ɵivyEnabled
anymore in @angular/core). This is fixed in jest-preset-angular 13.0.1, see thymikee/jest-preset-angular#2003 and https://github.com/thymikee/jest-preset-angular/blob/v13.0.1/CHANGELOG.md.The text was updated successfully, but these errors were encountered: