Makes snapshot testing of react-redux (e.g. mapStateToProps or mapDispatchToProps) glue-code easy as pie.
npm install jest-react-redux





> Makes snapshot testing of react-redux (e.g. mapStateToProps or mapDispatchToProps) glue-code easy as pie.
To install the latest stable version:
``sh`
yarn add --dev jest-react-redux
* Automatically mocks impure function usages (selectors) within mapStateToProps.react-redux
* Creates easily readable results which you can use with Jests snapshot feature.
* Creates less headaches while writing good tests for your glue-code.
* Introduction
* API
See the CONTRIBUTING.md file at the root of the repository.
See the LICENSE` file at the root of the repository.