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
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