Back to Pull RequestsView on GitHub
#5879Closed
Simple Review
test(router-core): add some missing unit-tests to the new processRouteTree
by Sheraff•Nov 16, 2025
Summary
This pull request enhances the testing for the route tree processing logic in TanStack Router. It adds more unit tests to cover optional parameters and the functionality of route masks, ensuring their behavior aligns with expectations for both explicit and implicit matching.
Changes
+122 additions-6 deletions
Impact Areas
Routing LogicTesting