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

[feature] Expect saga #42

Closed HenriBeck closed 5 years ago

HenriBeck commented 5 years ago

This builds on top of #41 and implements the interface proposed in #37

There a few TODOs left to discuss but otherwise, it's done.

HenriBeck commented 5 years ago
Screenshot 2019-03-30 at 09 46 10

I played around error stack traces and got them to show the actual code where an assertion fails in the source code.

HenriBeck commented 5 years ago

@tp Please review

tp commented 5 years ago

@HenriBeck Will do tomorrow morning. Just saw the stack trace improvement. Getting the "call site" might be awfully handy :)

tp commented 5 years ago

@HenriBeck This is really nice, thanks a lot. I'll merge and publish now so you can use it in app 🎉

HenriBeck commented 5 years ago

@tp Nice, I will play around with it this week and see if there are any bugs left.