Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 487 Bytes

File metadata and controls

23 lines (13 loc) · 487 Bytes

Integration Test Using jest and supertest

Installation

The easiest way to get started is to clone the repository:

# Get the latest code
git clone https://github.com/spederiva/integration-test-with-jest-and-supertest.git

# Change directory
cd integration-test-with-jest-and-supertest

# Install NPM dependencies
npm install

# Then simply start your app with the automation tool gulp
npm start

# Then simply start your app with the automation tool gulp
npm test