babel-istanbul : Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests . You can installing babel-istanbul 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 babel-istanbul $ sudo npm install -g babel-istanbul
If want to update the babel-istanbul package execute the command as below,
$ sudo npm update babel-istanbul
Update package globally,
$ npm install -g babel-istanbul
$ sudo git clone https://github.com/rektide/babel-istanbul.git
$ sudo npm install -g ./babel-istanbul
babel-istanbul@0.12.2 /usr/lib/node_modules/babel-istanbul
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-istanbul
Package Name | babel-istanbul |
Version | 0.12.2 |
Description | Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests |
Released Date | 2017-02-28T20:02:15.589Z |
Published by | jmcriffey |
How to Learn | https://www.npmjs.com/package/babel-istanbul/tutorial |