grunt-contrib-qunit : Run QUnit unit tests in a headless PhantomJS instance. You can installing grunt-contrib-qunit npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install grunt-contrib-qunit $ sudo npm install -g grunt-contrib-qunit
If want to update the grunt-contrib-qunit package execute the command as below,
$ sudo npm update grunt-contrib-qunit
Update package globally,
$ npm install -g grunt-contrib-qunit
$ sudo git clone https://github.com/rektide/grunt-contrib-qunit.git
$ sudo npm install -g ./grunt-contrib-qunit
grunt-contrib-qunit@2.0.0 /usr/lib/node_modules/grunt-contrib-qunit
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-contrib-qunit
Package Name | grunt-contrib-qunit |
Version | 2.0.0 |
Description | Run QUnit unit tests in a headless PhantomJS instance |
Released Date | 2017-04-04T21:20:26.303Z |
Published by | arkni |
How to Learn | https://www.npmjs.com/package/grunt-contrib-qunit/tutorial |