react-addons-test-utils : This package provides the React TestUtils add-on.. You can installing react-addons-test-utils 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 react-addons-test-utils $ sudo npm install -g react-addons-test-utils
If want to update the react-addons-test-utils package execute the command as below,
$ sudo npm update react-addons-test-utils
Update package globally,
$ npm install -g react-addons-test-utils
$ sudo git clone https://github.com/rektide/react-addons-test-utils.git
$ sudo npm install -g ./react-addons-test-utils
react-addons-test-utils@15.6.2 /usr/lib/node_modules/react-addons-test-utils
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall react-addons-test-utils
| Package Name | react-addons-test-utils |
| Version | 15.6.2 |
| Description | This package provides the React TestUtils add-on. |
| Released Date | 2017-09-26T00:22:10.554Z |
| Published by | sophiebits |
| How to Learn | https://www.npmjs.com/package/react-addons-test-utils/tutorial |