tp / tsaga

Typesafe and lightweight way to write Redux-connected functions with asynchronous side-effects that are easily testable.
Apache License 2.0
8 stars 1 forks source link

Add `takes` mock provider #40

Closed tp closed 5 years ago

HenriBeck commented 5 years ago

I think the only way to test sagas with take is to require that they are asserted, that way we have the correct action

HenriBeck commented 5 years ago

Implemented in #42