jest-enzyme : Testing Matchers for Enzyme. You can installing jest-enzyme 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 jest-enzyme $ sudo npm install -g jest-enzyme
If want to update the jest-enzyme package execute the command as below,
$ sudo npm update jest-enzyme
Update package globally,
$ npm install -g jest-enzyme
$ sudo git clone https://github.com/rektide/jest-enzyme.git
$ sudo npm install -g ./jest-enzyme
jest-enzyme@4.0.1 /usr/lib/node_modules/jest-enzyme
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jest-enzyme
Package Name | jest-enzyme |
Version | 4.0.1 |
Description | Testing Matchers for Enzyme |
Released Date | 2017-10-09T15:33:10.894Z |
Published by | blainekasten |
How to Learn | https://www.npmjs.com/package/jest-enzyme/tutorial |