dannyprikaz
dannyprikaz
### Overview Current tests for modules in `/backend/models/` are failing intermittently because the depend on a faulty configuration of MongoMemoryServer. We need to create unit tests that isolate the the...
### Overview Create unit tests for each route on `./backend/routers/grantpermission.router.js` ### Action Items - [ ] Create tests for every route described in `./backend/routers/grantpermission.router.js`, isolating their functionality from all dependencies...
### Overview Create integration tests for all `auth` API endpoints ### Action Items - [ ] Create integration tests for all `auth` API endpoints (see `./backend/routers/auth.router.js`) - If you run...
### Overview Create integration tests for all `project` API endpoints ### Action Items - [ ] Create integration tests for all `project` API endpoints (see `./backend/routers/projects.router.js`) - If you run...
### Overview Create unit tests for each route on `./backend/routers/slack.router.js` ### Action Items - [ ] Create tests for every route described in `./backend/routers/slack.router.js`, isolating their functionality from all dependencies...
### Overview Create unit tests for each route on `./backend/routers/success.router.js` ### Action Items - [ ] Create tests for every route described in `./backend/routers/success.router.js`, isolating their functionality from all dependencies...
### Overview MongoDB backend tests are failing intermittently due to the state of the database not being properly reset between tests. We need narrative-style integration tests for each router, where...
### Overview Current tests for backend routers are creating MongoMemoryServers for each test suite and testing the functionality of more than just the routers themselves. We need to create new...
### 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...
### Overview Create unit tests for each route on `./backend/routers/healthCheck.router.js` ### Action Items - [x] Create tests for every route described in `./backend/routers/healthCheck.router.js`, isolating their functionality from all dependencies -...