daniele-liprandi/EvoNEST-backbone

Limited test coverage

Aperta

#23 aperta il 26 nov 2025

 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (2 fork)auto 404
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

  1. Add tests for critical API endpoints (samples, users, auth)
  2. Add integration tests for authentication flow
  3. Add component tests for complex UI components
  4. 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

Guida contributor