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

Integration with redux-saga-test-plan #651

Open
rumbogs opened this issue Mar 11, 2022 · 2 comments
Open

Integration with redux-saga-test-plan #651

rumbogs opened this issue Mar 11, 2022 · 2 comments

Comments

@rumbogs
Copy link

rumbogs commented Mar 11, 2022

I've been using https://github.com/jfairbank/redux-saga-test-plan extensively in a project for easier testing purposes. Seems that typed-redux-saga breaks our tests since the API doesn't work with generator delegation.

Are there any solutions available?

@YuesIt17
Copy link

YuesIt17 commented May 8, 2022

Also faced this problem.
Redux-saga-test-plan is not working with typed-redux-saga.
Error message in test: Cannot find module 'typed-redux-saga/dist'.

@jeanregisser
Copy link

We've just completed the switch to typed-redux-saga in a codebase using redux-saga-test-plan extensively too.

No problems to report.
We didn't use macros as it wasn't working right with jest code coverage.
The important part was to keep importing the redux-saga/effects in tests using redux-saga-test-plan.

See it all here: valora-inc/wallet#3961

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants