Is your feature request related to a problem? Please describe.
After the migration of a single routes.test.ts file to individual route tests, it's perhaps better to just look over them and tidy up any messy route tests. Makes it easier to debug any faulty route tests and also just makes backend perhaps faster...
Describe the solution you'd like
Go through every route test and change them accordingly
Is your feature request related to a problem? Please describe. After the migration of a single
routes.test.ts
file to individual route tests, it's perhaps better to just look over them and tidy up any messy route tests. Makes it easier to debug any faulty route tests and also just makes backend perhaps faster...Describe the solution you'd like Go through every route test and change them accordingly
BEFORE MERGING
yarn workspace server tsoa spec-and-routes
)git fetch origin master:master
, thengit rebase master
orgit merge master
)