daniele-liprandi/EvoNEST-backbone

Limited test coverage

Aberta

#23 aberto em 26 de nov. de 2025

 (0 comentário) (0 reação) (0 responsável)JavaScript (2 forks)auto 404
BackendCriticalFrontendenhancementgood first issue

Métricas do repositório

Stars
 (1 estrela)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador