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

add withStore() a method that expects a store #348

Open Moejoe90 opened 4 years ago

Moejoe90 commented 4 years ago

Are there any plans to add a new method withStore that expects a store instead of a reducer.

Then you can insert a custom store that could also include some middleware this is a good way to test how a saga for example could affect the whole store not only on the reducer level.

fostyfost commented 3 years ago

any news here?