jangbl / supertest-express

demonstrates how to do integration testing with express.js and supertest

Repository from Github https://github.comjangbl/supertest-expressRepository from Github https://github.comjangbl/supertest-express

Node supertest tutorial

This tutorial demonstrates how to use supertest with JEST to do integration testing with an express server.

Please help this repo with a ⭐️ if you find it useful! 😁

This repository is contains the code for the Node supertest video tutorial

supertest express tutorial

Please also check out my website at jangoebel.com

For updates, please follow @_jgoebel on Twitter.

Running this project

  1. npm i
  2. npm run dev starts up a hot-reload express webserver on port 8080

About

demonstrates how to do integration testing with express.js and supertest


Languages

Language:JavaScript 100.0%