This tutorial demonstrates how to use supertest with JEST to do integration testing with an express server.
This repository is contains the code for the Node supertest video tutorial
Please also check out my website at jangoebel.com
For updates, please follow @_jgoebel on Twitter.
npm inpm run devstarts up a hot-reload express webserver on port 8080
