BackendCriticalFrontendenhancementgood first issue
Repository metrics
- Stars
- (1 star)
- PR merge metrics
- (PR metrics pending)
Description
Description
Only 4 test files exist for a codebase with 25+ API endpoints and numerous components.
Files affected
src/__tests__/directory
Recommended fix
- Add tests for critical API endpoints (samples, users, auth)
- Add integration tests for authentication flow
- Add component tests for complex UI components
- Set up coverage reporting and minimum thresholds.
Suggested tools
- Jest for unit/integration tests
- Supertest for API endpoint tests, but I have never used it myself