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 support for time travelling for both InMemoryEventStore and EventStoreDBEventStore #32

Closed oskardudycz closed 8 months ago

oskardudycz commented 8 months ago

In theory, support was already available, but indeed "in theory". I added the proper code and tests to ensure that it works correctly.

Adjusted also the build config to properly use cross-packages reference and ignore spec files.