Eomm / fastify-overview

Build a structure graph of your Fastify application
MIT License
64 stars 6 forks source link

Update `RouteItem` and add test cases #95

Closed matthyk closed 5 months ago

matthyk commented 5 months ago

Currently the method property in RouteItem is typed as HTTPMethods but with fastify.route you can also add an array of routes. I updated the types accordingly and added test cases

matthyk commented 5 months ago

Done :)