-
Notifications
You must be signed in to change notification settings - Fork 26.8k
refactor(http): Don't log fetch warning in tests. #59049
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
|
I'd be surprised if this worked in a packaged environment (also confirmed by the broken tests): |
bcf5277 to
301816c
Compare
301816c to
8c3567f
Compare
Prior to this commit, we were logging the `NOT_USING_FETCH_BACKEND_IN_SSR` error when `provideHttpTestingClient` and `PLATFORM_ID` were provided. fixes angular#59028
8c3567f to
6bdec41
Compare
AndrewKushnir
left a comment
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.
@JeanMeche thanks for the improvement! 👍
|
This PR was merged into the repository by commit 0034ce5. The changes were merged into the following branches: main, 19.0.x |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Prior to this commit, we were logging the `NOT_USING_FETCH_BACKEND_IN_SSR` error when `provideHttpTestingClient` and `PLATFORM_ID` were provided. fixes angular#59028 PR Close angular#59049
Prior to this commit, we were logging the
NOT_USING_FETCH_BACKEND_IN_SSRerror whenprovideHttpTestingClientandPLATFORM_IDwere provided.fixes #59028