Skip to content
Cristian Dinu edited this page May 4, 2016 · 2 revisions

New resource from Anatol:

https://github.com/reactjs/redux/blob/master/docs/recipes/WritingTests.md


Unit Testing a Redux App https://www.codementor.io/reactjs/tutorial/redux-unit-test-mocha-mocking


Redux Docs - Actions http://redux.js.org/docs/basics/Actions.html


robertknight/react-testing react-testing - Slides, notes and sample project from a talk on testing React applications given at the London React meetup group https://github.com/robertknight/react-testing


From Theo:

See tests at redux: https://github.com/reactjs/redux/blob/master/test/createStore.spec.js


Maybe this:

https://gist.github.com/kolodny/50e7384188bb5dc41ebb

and this

https://github.com/reactjs/redux/issues/546


Clone this wiki locally