You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: