jest supertest
What is Jest Supertest?
Jest Supertest is a testing library that combines two popular tools for testing in JavaScript: Jest, which is a testing framework, and Supertest, which is an HTTP testing library. Jest Supertest allows you to test your Node.js web applications by sending HTTP requests to your