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

Exposed WrapEventStore and TestEventStream #81

Closed oskardudycz closed 5 months ago

oskardudycz commented 5 months ago

That will allow custom event store tracking to see appended events, e.g. for diagnostics or tests. @dilgerma fyi.

Improved also assertion for checking if one object is a subset of the other.