redux-mock-store : A mock store for testing your redux async action creators and middleware. You can installing redux-mock-store 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 redux-mock-store $ sudo npm install -g redux-mock-store
If want to update the redux-mock-store package execute the command as below,
$ sudo npm update redux-mock-store
Update package globally,
$ npm install -g redux-mock-store
$ sudo git clone https://github.com/rektide/redux-mock-store.git
$ sudo npm install -g ./redux-mock-store
redux-mock-store@1.3.0 /usr/lib/node_modules/redux-mock-store
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall redux-mock-store
| Package Name | redux-mock-store |
| Version | 1.3.0 |
| Description | A mock store for testing your redux async action creators and middleware |
| Released Date | 2017-09-10T18:41:45.407Z |
| Published by | arnaudbenard |
| How to Learn | https://www.npmjs.com/package/redux-mock-store/tutorial |