softchris / node-express-supertest

Node Express + API testing with supertest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a repo demonstrating how to:

  • build a REST API using Express
  • test the API using supertest

The repo is part of a talk found at:

YouTube video

Comments

Any comments on how I can help you further. I'm at @chris_noring on Twitter. My IMs are open. :)

How to run

Install dependencies:

npm install

Run tests:

npm test

Run tests in watch mode

npm run test:watch

Further reading

About

Node Express + API testing with supertest


Languages

Language:JavaScript 100.0%