Home

tanstack/router

Status:Indexed
Analyzed Nov 17, 202510K+ starsTypeScript

🤖 A client-first, server-capable, fully type-safe router and full-stack framework for the web (React and more).

Back to Pull Requests
#5879Closed
Simple Review

test(router-core): add some missing unit-tests to the new processRouteTree

by SheraffNov 16, 2025
View on GitHub

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