-
Notifications
You must be signed in to change notification settings - Fork 26.3k
test(router): Add tests to document expected behavior #43449
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
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.
👍
PR angular#43102 broke some use-cases. These tests document expected behavior and would have prevented angular#43446 and angular#43447. Recent changes have already addressed these issues, but it would still be a good idea to cover these use-cases in tests as well.
51e3776
to
2169362
Compare
@atscott there was a merge conflict with the patch branch (12.2.x), so I merged this change to master only. Please create a patch-only version of this PR if needed. Thank you. |
This is a patch port of the tests from angular#43449
Help german |
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. |
PR #43102 broke some use-cases. These tests document expected behavior
and would have prevented #43446 and #43447. Recent changes have already
addressed these issues, but it would still be a good idea to cover these
use-cases in tests as well.