angular-mocks : AngularJS mocks for testing. You can installing angular-mocks 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 angular-mocks $ sudo npm install -g angular-mocks
If want to update the angular-mocks package execute the command as below,
$ sudo npm update angular-mocks
Update package globally,
$ npm install -g angular-mocks
$ sudo git clone https://github.com/rektide/angular-mocks.git
$ sudo npm install -g ./angular-mocks
angular-mocks@1.6.7 /usr/lib/node_modules/angular-mocks
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall angular-mocks
Package Name | angular-mocks |
Version | 1.6.7 |
Description | AngularJS mocks for testing |
Released Date | 2017-11-24T18:22:13.048Z |
Published by | angularcore |
How to Learn | https://www.npmjs.com/package/angular-mocks/tutorial |