hackforla / lucky-parking

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
https://www.hackforla.org/projects/lucky-parking.html
34 stars 60 forks source link

[Testing] `packages/website/src/features/geocoder/ui/geocoder-result.tsx` #580

Open glenflorendo opened 9 months ago

glenflorendo commented 9 months ago

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

  1. The file in the title is fully tested, including statements, branches, functions, and lines.
  2. All existing test suites pass.

Technical References

Additional Information

N/A