BroncoDirectMe / BroncoDirectMe/Backend
[PROJECT HEALTH] Endpoint Unit Testing
Open
Feature
Medium
- Dominant language
- TypeScript
- Stars
- 9
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
### User Story
As a developer, I want to ensure that our REST endpoints work consistently with expected results.
### Technical Tasks
- Research possible REST endpoint testing libraries like [Jest](https://jestjs.io)
- Jest is fine to use if there's no "better" / easier testing libraries
- **Note:** the chosen REST endpoint testing library MUST HAVE some feature that outputs code coverage
### Acceptance Criteria
- Document how to write a endpoint test
- ALL endpoints in the backend have multiple unit tests associated with them
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.