event-driven-io / emmett

Emmett - a Node.js library taking your event-driven applications back to the future!
https://event-driven-io.github.io/emmett/
195 stars 19 forks source link

Added TestContainers package with EventStoreDB Test Container #28

Closed oskardudycz closed 9 months ago

oskardudycz commented 9 months ago

That should enable e2e testing of the EventStoreDB. Further, other containers not available in the default package can be maintained here.

The package by itself (for now) does not depend on the emmett-eventstoredb package, as it wouldn't be very valuable as setup can be still simple enough without this dependency.

Having them separated will allow other folks to use it. Plus, in the long term, it could be harder to maintain. Yet, I may change my thoughts at some point :wink:

Fixes #23