0.3.0 • Published 7 years ago

redux-saga-test-runner v0.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

npm version npm Build Status Dependency Status devDependency Status

redux-saga-test-runner

On my team at work, we found that while redux-saga makes testing very nice, our tests were still very coupled to the implementation. If we changed the order of any of the steps in our sagas, our tests would fail unnecessarily. This allows the tests to be written in a generic way so the saga's behavior is tested, not the exact implementation.

Optionally integrate with tape for even more convenient testing

Installation

npm install --save-dev redux-saga-test-runner

Examples

// TODO

API

// TODO

Contributing

For suggestions, bug reports, or contributions, please open an issue or pull request on the project on GitHub! Feedback is very welcome.

0.3.0

7 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago