We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Setup Test scripts and tests for existing components, use vitest and RTL for testing
Should have test script as well as should have a coverage indicartor
No tests
Setup vitest and a proper CI script, add husky too
Codebase growing and no tests means a lot of trouble for us in the future, make sure we avoid a huge tech-debt
The text was updated successfully, but these errors were encountered:
pruthvi2103
Successfully merging a pull request may close this issue.
Setup Test scripts and tests for existing components, use vitest and RTL for testing
Expected Behavior
Should have test script as well as should have a coverage indicartor
Current Behavior
No tests
Possible Solution
Setup vitest and a proper CI script, add husky too
Context
Codebase growing and no tests means a lot of trouble for us in the future, make sure we avoid a huge tech-debt
The text was updated successfully, but these errors were encountered: