Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Testing] packages/website/src/shared/ui/fake-input/fake-input.tsx #589

Open
Tracked by #425
glenflorendo opened this issue Nov 7, 2023 · 1 comment
Open
Tracked by #425

Comments

@glenflorendo
Copy link
Member

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

@glenflorendo
Copy link
Member Author

This component may be unnecessary. Research into the readonly property for input element should be conducted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Prioritized Backlog
Development

No branches or pull requests

2 participants