What is supertest?
"SuperAgent driven library for testing HTTP servers"
supertest is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 44.6 KB on disk.
Installation Guide
# Install via NPM
npm install supertest
# Install via Yarn
yarn add supertest