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
As a developer, I want the codebase to be fully tested, so that I am sure that we are promoting high code quality by releasing stable code with no regressions.
Description
This work, along with many other tickets, is to improve our testing code coverage by writing tests for the file in the title.
To view our current code coverage, run pnpm test. Then, open this file: <project-root>/coverage/lcov-report/index.html.
Acceptance Criteria
The file in the title is fully tested, including statements, branches, functions, and lines.
User Story
As a developer, I want the codebase to be fully tested, so that I am sure that we are promoting high code quality by releasing stable code with no regressions.
Description
This work, along with many other tickets, is to improve our testing code coverage by writing tests for the file in the title.
To view our current code coverage, run
pnpm test
. Then, open this file:<project-root>/coverage/lcov-report/index.html
.Acceptance Criteria
Technical References
Additional Information
N/A
The text was updated successfully, but these errors were encountered: