Category: testing
Project area: backend/test (config)
Labels: testing, backend
Implementation:
- Add Stryker Mutator configuration scoped to backend/src/services/bountyStore.ts
- Run an initial mutation-testing pass and record the baseline mutation score
- Add or strengthen unit tests to close gaps revealed by surviving mutants
- Wire a mutation-score threshold check into CI (or a scheduled job) going forward
Acceptance Criteria:
- Stryker runs successfully against bountyStore.ts and produces a mutation report
- The mutation score after added tests meets or exceeds the documented baseline threshold
Category: testing
Project area: backend/test (config)
Labels: testing, backend
Implementation:
Acceptance Criteria: