This repo shows you a simple, no-nonsense way to test your Redux store using Tape. All code is commented inside the src
directory.
Read the companion article on Medium - Simplify your Redux unit tests using Tape
yarn install
(or npm install
with NPM)
yarn test
(or npm test
with NPM)
Pull requests and opened issues are welcome!
MIT