Skip to content

Building

Denis Crowdy edited this page Aug 2, 2016 · 1 revision

Building

Tests

Unit tests use the karma runner, and jasmine framework. The following npm packages are required to run the tests:

karma karma-jasmine karma-jasmine-html-reporter

TODO: Add these as --save-dev to the config file so that "npm install" gets everything required.

Clone this wiki locally