Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 532 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 532 Bytes

supertest-jest

This is a framework with Supertest and Jest for testing Restful services

Prerequisites

npm install
npm install -g eslint
npm install -g eslint-plugin-jsdoc

Running the tests

npm run test

or

./node_modules/.bin/jest specs/

Reporting

A HTML report file is generated and stored in the "reports" folder

Built With

  • Superagent - The library used for HTTP calls
  • Jest - Runner and Assertions