Skip to content

Making Server side Tests

ADSKLowenthal edited this page Oct 8, 2015 · 11 revisions

Server Side Tests

Routes and Controllers

To test routes and controllers together it's necessary to issue requests and read the responses.

Currently using SuperTest, some examples will follow soon.

Mocking Modules

Currently using Proxyquire

Clone this wiki locally