Does not run with redux-saga@1.0.2
See original GitHub issueredux-saga introduced some breaking changes with their move to v1.0.0. Right now I’m running into a problem where redux-saga-test-plan/lib/expectSaga/index.js tries to import from redux-saga/lib/internal/sagaHelpers. Unfortunately, it seems this file no longer exists, and I see an import failure:
Test suite failed to run
Cannot find module 'redux-saga/lib/internal/sagaHelpers' from 'index.js'
at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:221:17)
at Object.<anonymous> (node_modules/redux-saga-test-plan/lib/expectSaga/index.js:17:20)
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:7
Top Results From Across the Web
Redux-Saga does not run - Stack Overflow
I think executing array of effects was deprecated in v1 of redux-saga. Try replacing yield sagas.map(saga => call(saga));.
Read more >wait-for-saga - npm
There are some some workarounds to do this, such as use a setTimeout to make sure that saga is already completed and data...
Read more >@redux-saga/is - npm Package Health Analysis | Snyk
The npm package @redux-saga/is was scanned for known vulnerabilities and missing license, and no issues were found. Thus the package was deemed as...
Read more >Troubleshooting | Redux-Saga
Make sure the Saga is not blocked on some effect. When a Saga is waiting for an Effect to resolve, it will not...
Read more >redux-saga-test-plan | Yarn - Package Manager
NOTE: this means that you can't depend on the task name property being correct in PhantomJS. For expectSaga to work properly, it necessarily...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@jp928 Is there some kind of ritual we need to perform to summon the author so we can release beta3 to npm?
Thanks for reporting this. I will dive into it. In the mean time, are you working on the latest 4.0.0beta2 of this library?