You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the task
There is a considerable lack of unit tests for Credits components. We aim to fill this gap.
Purpose
Adding unit tests will increase the confidence in capturing the business logic and ensure the consistent functioning of the Credits components.
Acceptance Criteria
Pick 3 files and create test files for the components that currently lack coverage
Write unit tests to reach 50% coverage in the Components test files
Focus on capturing business logic in each of the component files such as credits calculation logic, user input validation, state changes, etc.
Additional context
use the jest --coverage command to view the current coverage percentages for the files
The text was updated successfully, but these errors were encountered:
Describe the task
There is a considerable lack of unit tests for Credits components. We aim to fill this gap.
Purpose
Adding unit tests will increase the confidence in capturing the business logic and ensure the consistent functioning of the Credits components.
Acceptance Criteria
Additional context
use the jest --coverage command to view the current coverage percentages for the files
The text was updated successfully, but these errors were encountered: