GitXplorerGitXplorer
s

node-express-supertest

public
2 stars
0 forks
7 issues

Commits

List of commits on branch main.
Unverified
dc8025346a78607474dd8c36e89a8cf8e6800d7a

first commit

ssoftchris committed 4 years ago

README

The README file for this repository.

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