Skip to content
drewnoakes edited this page Sep 11, 2014 · 1 revision

biggus-griddus has Jasmine unit tests and is configured to run them using Karma.

Install the Karma command line runner via:

$ sudo npm install -g karma-cli

In the project folder, load the npm modules:

$ npm update

Start the unit test runner from the command line via:

$ karma start

To run the unit tests once:

$ npm test
Clone this wiki locally