odenizddd / e-commerce-app

0 stars 0 forks source link

Write tests for backend endpoints. #4

Closed odenizddd closed 2 months ago

odenizddd commented 2 months ago

The frontend is getting really cluttered and it's getting harder to test endpoint from frontend. Manual tests with postman is slow. So write programmatic test with jest to ensure that endpoints are working as expected. Create scenarios where multiple endpoint are called in an order an make sure the api returns the correct values or makes the correct changes.

odenizddd commented 2 months ago

I wrote some tests and I am going to write the rest as I go along.