Skip to content

Instantly share code, notes, and snippets.

@pgericson
pgericson / README.md
Last active November 1, 2017 00:40
Supertest+Jest - It jest don't work

Output that shows that mocha runs the tests correctly and jest don't

only one should pass

Jest (pass both)

$ jest
 PASS  ./test.js

 jest vs mocha in supertest
 ✓ should not work (40ms)