UoaWDCC / uasc-web

Project with the University of Auckland Snowsports Club Website & Booking System. Established in 2023.
https://uasc.co.nz
6 stars 2 forks source link

[BACKEND] Neaten endpoint testing and create templates for jest #570

Closed jeffplays2005 closed 3 months ago

jeffplays2005 commented 4 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.

Useful links

https://stackoverflow.com/questions/48722930/running-a-global-test-setup-before-each-test-in-jest

BEFORE MERGING