lucky-parking
lucky-parking copied to clipboard
[Testing] `packages/website/src/features/geocoder/ui/geocoder-result.tsx`
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
- The file in the title is fully tested, including statements, branches, functions, and lines.
- All existing test suites pass.
Technical References
- Jest documentation
- React Testing Library documentation
- Look into existing test suites
Additional Information
N/A