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

Has anyone figured out how to use this with redux-multi? #310

Open mell0kat opened 4 years ago

mell0kat commented 4 years ago

I just added the redux-multi package to my app. It's redux saga middleware that handles arrays of actions.

I guess the best way to support this would be to add the ability to provide the expectSaga() with custom middleware somehow. (And I don't mean providers).

Has this come up for anyone?