jasmine-node : DOM-less simple JavaScript BDD testing framework for Node. You can installing jasmine-node 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 jasmine-node $ sudo npm install -g jasmine-node
If want to update the jasmine-node package execute the command as below,
$ sudo npm update jasmine-node
Update package globally,
$ npm install -g jasmine-node
$ sudo git clone https://github.com/rektide/jasmine-node.git
$ sudo npm install -g ./jasmine-node
jasmine-node@1.14.5 /usr/lib/node_modules/jasmine-node
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jasmine-node
Package Name | jasmine-node |
Version | 1.14.5 |
Description | DOM-less simple JavaScript BDD testing framework for Node |
Released Date | 2014-07-16T17:19:12.690Z |
Published by | tebriel |
How to Learn | https://www.npmjs.com/package/jasmine-node/tutorial |