Here you will find a very very small application with some tests using the Test Renderer by facebook itself and using airbnb's Enzyme.
The tests can be found in the folder: src/tests
git clone git@github.com:HANICA-DWA/jest-test-react.git
cd jest-test-react
npm install
npm t
- two examples with plain components
- two examples with root component, one with and one without the reducer connected
- example with a reducer
- example with an async action