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

Reorder expect saga calls #60

Closed HenriBeck closed 5 years ago

HenriBeck commented 5 years ago

This reorder the calls in which you need to test to be aligned with expectBoundFunction

tp commented 5 years ago

@HenriBeck Don't we have a single test affect by this change? Could you then please add one?

This is also much easier to verify once we see the usages in addition to the interface definitions.

HenriBeck commented 5 years ago

@tp We do have test files changes, didn't have time to update them in the train. I will do it now.