There are multiple tools available for integration testing like jest, mocha, cypress or node also provide inbuilt support of testing . But we learn the traditional approach using Jest and Supertest Supertest is use for testing the api call .
One more...