-
Notifications
You must be signed in to change notification settings - Fork 30
Implement breadcrumbs fixes #138 #148
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
Those are great points and except for the first one quick wins, will amend in the morning! |
Do you think a test for this could be beneficial? |
yes! good call calling out my laziness 😸 |
|
||
doc!.Parent.Should().NotBeNull(); | ||
|
||
doc.YieldParents().Should().HaveCount(2); |
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.
nit: I think another critical path worth testing is if the page has 0
parents. Nevertheless, thank you for adding a test!
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.
++ will follow up at some point!
No description provided.