You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved test coverage helps us catch regressions faster, reducing development time and cutting down on bug frequency.
Coding Time Estimation
3
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)
The text was updated successfully, but these errors were encountered:
Proposed Change
Improve unit test coverage for the following files (current coverage is shown):
src/components/NotificationManager/NotificationManager.tsx: 36.47%
src/utils/rnCalendar.tsx: 37.14%
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
3
Testing Considerations
Passing unit tests with appropriate coverage constitutes success.
Checklist
The text was updated successfully, but these errors were encountered: