• Read Me
  • 1. Introduction
    • 1.1. BeginnerTutorial
    • 1.2. Saga background
  • 2. Basic Concepts
    • 2.1. Using Saga Helpers
    • 2.2. Declarative Effects
    • 2.3. Dispatching actions
    • 2.4. Error handling
    • 2.5. A common abstraction: Effect
  • 3. Advanced Concepts
    • 3.1. Pulling future actions
    • 3.2. Non blocking calls
    • 3.3. Running tasks in parallel
    • 3.4. Starting a race between multiple Effects
    • 3.5. Sequencing Sagas using yield*
    • 3.6. Composing Sagas
    • 3.7. Task cancellation
    • 3.8. Common Concurrency Patterns
    • 3.9. Examples of Testing Sagas
    • 3.10. Connecting Sagas to external Input/Output
    • 3.11. Using Channels
  • 4. Recipes
  • 5. External Resources
  • 6. Troubleshooting
  • 7. Glossary
  • 8. API Reference
  • Published with GitBook

redux-saga-ie8

Examples of Testing Sagas

WIP

See Repository Examples:

https://github.com/yelouafi/redux-saga/blob/master/examples/counter/test/sagas.js

https://github.com/yelouafi/redux-saga/blob/master/examples/shopping-cart/test/sagas.js