This is a framework with Supertest and Jest for testing Restful services
npm install
npm install -g eslint
npm install -g eslint-plugin-jsdoc
npm run test
or
./node_modules/.bin/jest specs/
A HTML report file is generated and stored in the "reports" folder
- Superagent - The library used for HTTP calls
- Jest - Runner and Assertions