BackendCriticalFrontendenhancementgood first issue
Metriche repository
- Star
- (1 stella)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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