-
-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
help wantedExtra attention is neededExtra attention is neededtestingIssues related to testing.Issues related to testing.typescriptIssues regarding TypeScript.Issues regarding TypeScript.
Description
We currently lack a testing framework for the First Issue application. The absence of unit tests makes it challenging to ensure that new changes do not break existing functionality. To address this, we should introduce and configure Jest and/or Cypress, both popular JavaScript testing frameworks.
- Integrate the testing framework for the frontend components.
- Write unit tests to cover various functionalities of the frontend.
- Introduce mocking for external dependencies to isolate components during testing.
- Set up scripts the test to run tests automatically during development (e.g., with watch mode).
- Configure Jest to generate coverage reports to monitor test coverage.
Follow best practices while implementing this. Not all of the above points may be applicable but its just guidelines.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededtestingIssues related to testing.Issues related to testing.typescriptIssues regarding TypeScript.Issues regarding TypeScript.