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

Is early return for a passing expectSaga possible? #373

Open tetslee opened 3 years ago

tetslee commented 3 years ago

When using expectSaga is there a way to return early if all expectations have been met without waiting for the timeout? Maybe it would be nice if there was a dontWait option or something to improve performance of passing tests. Is it just not implemented or would adding something like that be a bad idea?