question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does not run with redux-saga@1.0.2

See original GitHub issue

redux-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:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:7

github_iconTop GitHub Comments

8reactions
strider820commented, Apr 23, 2019

@jp928 Is there some kind of ritual we need to perform to summon the author so we can release beta3 to npm?

3reactions
jp928commented, Apr 11, 2019

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found