### Overview Create unit tests for each route on `./backend/routers/events.router.js` ### Action Items - [ ] Create tests for every route described in `./backend/routers/events.router.js`, isolating their functionality from all dependencies - If you run into any questions, add a comment to the issue and tag "@dannyprikaz" ### Resources/Instructions https://jestjs.io/docs/getting-started Example: https://github.com/hackforla/VRMS/pull/1882/files - This issue is part of the epic: https://github.com/hackforla/VRMS/issues/1880re.
Overview
Create unit tests for each route on
./backend/routers/events.router.jsAction Items
./backend/routers/events.router.js, isolating their functionality from all dependenciesResources/Instructions
https://jestjs.io/docs/getting-started
Example: https://github.com/hackforla/VRMS/pull/1882/files