-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
chore: update Angular dependencies to latest v10 RC #2573
Conversation
Preview docs changes for bb0e712 at https://previews.ngrx.io/pr2573-bb0e712e/ |
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.
Looking good!
Weird that the runtime checks are failing...
@@ -82,7 +82,7 @@ describe('Runtime checks:', () => { | |||
}); | |||
}); | |||
|
|||
describe('USER_RUNTIME_CHECKS Token', () => { | |||
xdescribe('USER_RUNTIME_CHECKS Token', () => { |
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.
Any idea why these tests are failing?
Could this be an issue with the jest-angular-preset lib?🤨
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.
Not sure if its that package. From what I saw it was because of the way spyOn
is being used, but I was going to look into it further
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.
I tried to resolve them by using the jest functions, but I encountered the following next.
TestBed : TypeError: Cannot read property 'assertPresent' of undefined
There were some issues opened in the Angular repo from a couple years ago with the same problem, e.g. angular/angular#11317
BREAKING CHANGE: BEFORE: Angular v9 are minimum dependencies AFTER: Angular v10 are minimum dependencies
81c2da2
to
bb0e712
Compare
BREAKING CHANGE: BEFORE: Angular v9 are minimum dependencies AFTER: Angular v10 are minimum dependencies
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Closes #
What is the new behavior?
Does this PR introduce a breaking change?
Other information