Improved test coverage helps us catch regressions faster, reducing development time and cutting down on bug frequency.
Coding Time Estimation
5
Testing Considerations
Passing unit tests with appropriate coverage constitutes success.
Checklist
[ ] Add the relevant team label (Health, global, design system, API, Qa and Release etc.)
[ ] Attach to ticket to the relevant Team Tech Debt Epic epic (old frontend engineering epic is no longer in use as each team is managing their code's technical debt and code upkeep work)
Proposed Change
Improve unit test coverage for the following files (current coverage is shown):
src/components/Menu/Menu.tsx: 40% src/api/prescriptions/requestRefills.tsx: 41.66%
See our test coverage best practices for important considerations around coverage.
Why Should We Prioritize?
Improved test coverage helps us catch regressions faster, reducing development time and cutting down on bug frequency.
Coding Time Estimation
5
Testing Considerations
Passing unit tests with appropriate coverage constitutes success.
Checklist