### Overview Create unit tests for each route on `./backend/routers/grantpermission.router.js` ### Action Items - [x] Create tests for every route described in `./backend/routers/grantpermission.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/1880
Overview
Create unit tests for each route on
./backend/routers/grantpermission.router.jsAction Items
./backend/routers/grantpermission.router.js, isolating their functionality from all dependenciesResources/Instructions
https://jestjs.io/docs/getting-started
Example: https://github.com/hackforla/VRMS/pull/1882/files