Skip to content
Emil Rose edited this page Apr 7, 2016 · 1 revision

Tests are written using the Mocha framework and Chai library. The tests are in a single file. The tests currently test only the API. Tests are with:

 npm test

The server must be started first with:

npm start
Clone this wiki locally