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

Testing utils have to be imported as `tsaga/compiled/lib/testing` #62

Closed tp closed 5 years ago

tp commented 5 years ago

I think we need a test.js file in the root package.

While the entry point is in compiled/lib, the / imports still start from the root of the package.

cc @HenriBeck

tp commented 5 years ago

Will fix this now, so we don't have to start using those imports in OMS