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
The project lacks unit tests. Adding unit tests with Jest and integrating them into the CI workflow will improve code quality and reliability. Additionally, adding a coverage badge will help monitor test coverage.
Requirements:
Configure Jest as the testing framework.
Add tests for core functionalities.
Provide instructions to run tests (e.g., npm test).
The project lacks unit tests. Adding unit tests with Jest and integrating them into the CI workflow will improve code quality and reliability. Additionally, adding a coverage badge will help monitor test coverage.
Requirements:
npm test
).Acceptance Criteria:
Resources:
The text was updated successfully, but these errors were encountered: