jfairbank / redux-saga-test-plan

Test Redux Saga with an easy plan.
http://redux-saga-test-plan.jeremyfairbank.com
MIT License
1.25k stars 127 forks source link

Cannot find module '@redux-saga/is' #349

Open intelcoder opened 4 years ago

intelcoder commented 4 years ago

Used v4.0.0-rc.3 version

I just tried this part

return expectSaga(saga, api)
    .withReducer(reducer)

and I am getting this error which throws same error when I use testSaga

Cannot find module '@redux-saga/is' from 'node_modules/redux-saga-test-plan/lib/expectSaga/index.js'

luxx commented 3 years ago

redux-saga-test-plan has a peer dependency of @redux-saga/is, which you can provide in your package:

yarn add @redux-saga/is --dev