@the-teacher/the-router
Version:
Simple router for Express.js, making routes and actions easy to manage.
11 lines • 342 B
TypeScript
/**
* Tests for RESTful resource routing
* Verifies:
* - Standard CRUD routes (index, show, new, create, edit, update, destroy)
* - Resource routes with middleware
* - Scoped resources
* - HTTP methods mapping (GET, POST, PUT, PATCH, DELETE)
* - Path parameter handling
*/
export {};
//# sourceMappingURL=index.resources.test.d.ts.map