Visualization of parking data to assist in understanding of the effects of parking policies on a neighborhood by neighborhood basis in the City of Los Angeles
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