Top "Supertest" questions

SuperTest is a module that provides high-level abstraction for testing HTTP in node.

SuperTest's expect vs. Chai.expect

I'm confused, so if I use SuperTest which apparently looks like it has its own expect assertion, then I don't …

node.js supertest