SuperTest Proxy Solution
About
This module is proxy solution for supertest
Getting Started
Install SuperTest as an npm module and save it to your package.json file as a development dependency:
npm install supertest-with-proxy --save-dev
Once installed it can now be referenced by simply calling require('supertest-with-proxy');
Proxy Example
const request = ;const express = ; const app = ; app; ;
For complete documentation, refer supertest