We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ npm update
Start the unit test runner from the command line via:
$ karma start
To run the unit tests once:
$ npm test