swaggerize-routes
swaggerize-routes copied to clipboard
Option to allow spec files to live next to handlers
Currently if I put my test files (.spec.js) in the handlers directory then I correctly get a build failure of ReferenceError: describe is not defined as Jasmine isn't a run time dependency.
It would be great if there was an optional configu parameter to set an exclude pattern for handler parsing.