Summary
Add tests for utility helpers and boundary conditions so the coverage target is not inflated by fragile paths.
Action
- Action Type: Create
- Target File:
scripts/utils/__tests__/
Proposed Test Content
This phase covers tasks 5.1 to 5.12 from the source README:
- identify utility helpers with the biggest gaps
- cover normal and invalid-input paths
- cover date/time, path/file, parsing, serialisation, and logging helpers
- rerun coverage on the utility slice and document the result
Scope & Applicability
- Type: Utility and edge-case coverage
- Affected Areas: shared helper functions, boundary conditions, error propagation
- Audience: maintainers, developers, QA
Parent Issue
Acceptance Criteria
Additional Context
This phase is the main catch-all for non-agent helper coverage debt.
Definition of Ready (DoR)
Definition of Done (DoD)
Summary
Add tests for utility helpers and boundary conditions so the coverage target is not inflated by fragile paths.
Action
scripts/utils/__tests__/Proposed Test Content
This phase covers tasks 5.1 to 5.12 from the source README:
Scope & Applicability
Parent Issue
Acceptance Criteria
test/).Additional Context
This phase is the main catch-all for non-agent helper coverage debt.
Definition of Ready (DoR)
Definition of Done (DoD)
test/)