Introduction to API testing using Jest and Supertest
API Testing
API testing comes above the Unit Tests in the testing pyramid.
Unit Tests will be done when our code is tested in isolation for any particular functionality. GUI tests mean we will test our application by testing with the UI ie. front en...
siddhantsiddh15.hashnode.dev6 min read