-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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(testing): update to jest-preset-angular v8.0.0 #2401
Conversation
Updates to jest-preset-angular to v8.0.0, includes migrations to fix any existing projects affected by the jest-preset-angular update. closes nrwl#1979
ac5bfbb
to
ae629af
Compare
@maartentibau Update |
Since the release of version 9 I don't have the problem anymore. But thanks for your reply. |
Sorry for the gravedigging, but since the documentation says that our Nx version should match our angular project version (we are still running angular 8), is there any hope for this fix being added to a nx 8 version? Or is it ok to use the latest version of Nx with an angular 8 project? |
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. |
Credits
Huge thank you to @mehrad-rafigh and @JoshMentzer for handling this change.
Current Behavior (This is the behavior we have today, before the PR is merged)
jest-preset-angular
is v7.0.0jest-preset-angular
to v8.0.0 causes any tests for Angular projects using Jest to fail to runExpected Behavior (This is the new behavior we can expect after the PR is merged)
jest-preset-angular
is v8.0.0Issue
Closes #1979
Closes #2165
Closes #1986
Closes #2250