Skip to content

Testing

Jacob Hartman edited this page May 19, 2017 · 2 revisions

Testing is done with Mocha. Running mocha in the root directory of the project should run the test suite. Testing the frontend server does require a working backend server configured in config.js.

Clone this wiki locally