@the-teacher/the-router
Version:
Simple router for Express.js, making routes and actions easy to manage.
11 lines • 343 B
TypeScript
/**
* Tests for middleware integration with routes
* Verifies:
* - Middleware application to root routes
* - Authentication middleware for protected routes
* - Scoped middleware application
* - Middleware chaining and combinations
* - Router stack structure with middlewares
*/
export {};
//# sourceMappingURL=middlewares.test.d.ts.map