-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
IWOC2025MediumdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Description
The project currently lacks unit tests, which are essential for stability.
Steps to Implement
- Install Jest and Supertest (
npm install jest supertest --save-dev). - Create a test file (
tests/sample.test.js). - Write a simple test for an API endpoint.
Expected Outcome
Basic testing setup to ensure API functionality.
Metadata
Metadata
Assignees
Labels
IWOC2025MediumdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request