Goal
Ensure V2 begins with automated tests instead of carrying V1's zero-test baseline forward.
Expected Scope
- Unit tests only where they add value.
- Integration/API tests using Supertest or appropriate equivalent.
- Isolated test configuration (
.env.test).
- Database-test strategy.
- Deterministic test setup/cleanup.
Acceptance Criteria
Dependencies
Suggested PR
PR 3 — Health/readiness + OpenAPI + testing foundation (with Issues E and F)
Goal
Ensure V2 begins with automated tests instead of carrying V1's zero-test baseline forward.
Expected Scope
.env.test).Acceptance Criteria
npm run test:v2or similar).Dependencies
[M1] Bootstrap NestJS V2 backend.Suggested PR
PR 3 — Health/readiness + OpenAPI + testing foundation (with Issues E and F)