nodeunit : Easy unit testing for node.js and the browser.. You can installing nodeunit 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 nodeunit $ sudo npm install -g nodeunit
If want to update the nodeunit package execute the command as below,
$ sudo npm update nodeunit
Update package globally,
$ npm install -g nodeunit
$ sudo git clone https://github.com/rektide/nodeunit.git
$ sudo npm install -g ./nodeunit
nodeunit@0.11.2 /usr/lib/node_modules/nodeunit
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall nodeunit
Package Name | nodeunit |
Version | 0.11.2 |
Description | Easy unit testing for node.js and the browser. |
Released Date | 2017-10-23T18:27:43.482Z |
Published by | mreinstein |
How to Learn | https://www.npmjs.com/package/nodeunit/tutorial |