Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (13 loc) · 536 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 536 Bytes

Unit Test a Redux Store Using Tape

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

Install

yarn install

(or npm install with NPM)

Running the tests

yarn test

(or npm test with NPM)

Feedback

Pull requests and opened issues are welcome!

License

MIT