Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 449 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 449 Bytes

Redux Saga Testing Examples

This is a demonstration of different approaches to testing Redux Sagas. Have a look at this blog post for an explanation!

See sagas-step-by-step.test.js and sagas-whole.test.js for the example tests.

Installing

yarn install

Testing

yarn test

Running

yarn start

Add the Chrome Redux Devtools to see the actions that get dispatched.