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.
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.