🔍 What Is the Testing Issue?
We need to add integration tests for the app routes using Supertest. This will help ensure the API endpoints are working as expected and provide better stability for our backend
🔬 Expected Test Behavior
The tests must cover both success and failure cases for each route.
Run the tests using:
🔍 What Is the Testing Issue?
We need to add integration tests for the app routes using Supertest. This will help ensure the API endpoints are working as expected and provide better stability for our backend
🔬 Expected Test Behavior
The tests must cover both success and failure cases for each route.
Run the tests using: