@the-teacher/the-router
Version:
Simple router for Express.js, making routes and actions easy to manage.
11 lines • 336 B
TypeScript
/**
* Tests for scoped routing functionality
* Verifies:
* - Basic scope routing (admin/api routes)
* - Nested scopes (multiple levels deep)
* - Different HTTP methods within scopes
* - Error handling for invalid scoped routes
* - Path construction for nested routes
*/
export {};
//# sourceMappingURL=index.scoped.test.d.ts.map