/supertest-issue-430

demonstration of express not quitting after supertest run

Primary LanguageJavaScript

This repository demonstrates an issue with supertest where it fails to quit the express server despite calling .end()

Reproduce

 npm install
 npm run test

...never quits 😢