Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider Redux Saga Test Plan for saga testing #2133

Open
grahamalama opened this issue Oct 27, 2021 · 0 comments
Open

Consider Redux Saga Test Plan for saga testing #2133

grahamalama opened this issue Oct 27, 2021 · 0 comments
Labels
stale For marking issues as stale. Labeled issues will be closed soon if label is not removed. tech-debt

Comments

@grahamalama
Copy link
Contributor

To tests sagas, we currently manually advance the saga generator through each step and make assertions about what action is called at each step.

We may want to consider adopting Redux Saga Test Plan for saga testing. Not only does it provide nice sugar for testing sagas step by step as we do now, but it also has nice affordances for integration tests if we want to take that approach.

@alexcottner alexcottner added the stale For marking issues as stale. Labeled issues will be closed soon if label is not removed. label Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale For marking issues as stale. Labeled issues will be closed soon if label is not removed. tech-debt
Projects
None yet
Development

No branches or pull requests

3 participants