babel-jest : Jest plugin to use babel for transformation.. You can installing babel-jest 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-jest $ sudo npm install -g babel-jest
If want to update the babel-jest package execute the command as below,
$ sudo npm update babel-jest
Update package globally,
$ npm install -g babel-jest
$ sudo git clone https://github.com/rektide/babel-jest.git
$ sudo npm install -g ./babel-jest
babel-jest@21.2.0 /usr/lib/node_modules/babel-jest
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-jest
Package Name | babel-jest |
Version | 21.2.0 |
Description | Jest plugin to use babel for transformation. |
Released Date | 2017-09-26T20:22:32.116Z |
Published by | cpojer |
How to Learn | https://www.npmjs.com/package/babel-jest/tutorial |