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 separate entrypoint for testing utils #57

Closed HenriBeck closed 5 years ago

HenriBeck commented 5 years ago

Closes #56

tp commented 5 years ago

Should test this in a project though, that completion still prefers tsaga/testing over tsaga/x/y.

HenriBeck commented 5 years ago

I checked it in mweb and it prefers tsaga/testing over any other import. I would assume it tries to find the best path.