Closed jeffplays2005 closed 3 months ago
Having too many tests in a single file now, would be better to split the tests into individual files(i.e. for each endpoint) and create a template for future use.
https://stackoverflow.com/questions/48722930/running-a-global-test-setup-before-each-test-in-jest
BEFORE MERGING
yarn workspace server tsoa spec-and-routes
git fetch origin master:master
git rebase master
git merge master
Having too many tests in a single file now, would be better to split the tests into individual files(i.e. for each endpoint) and create a template for future use.
Useful links
https://stackoverflow.com/questions/48722930/running-a-global-test-setup-before-each-test-in-jest
BEFORE MERGING
yarn workspace server tsoa spec-and-routes
)git fetch origin master:master
, thengit rebase master
orgit merge master
)