Skip to content

Making Server side Tests

ADSKLowenthal edited this page Sep 24, 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.

Clone this wiki locally