-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We need to improve the reliability and maintainability of this project by adding unit tests. The goal is to set up Jest with TypeScript and write comprehensive tests for the existing functionality.
Tasks:
- Install jest, ts-jest, and related dependencies.
- Configure jest.config.ts to support TypeScript.
- Identify key modules or functions that require testing.
- Create a tests folder or add .test.ts files for each module.
- Write test cases to cover core functionalities, including edge cases.
- Update workflows (if applicable) to include the test suite in the CI/CD pipeline.
- Add a section in the README on how to run the tests locally.
- Ensure a minimum of 80% code coverage for the current implementation.
Helpful Resources:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request