At the moment it is quite difficult to figure out how to use read-model tester according to the examples in the repository. There should be a simple example like
here are your events
const events = [...]
here is your adapter, which you should initialize each test
and here is your test, where projection and resolvers are from your app.
At the moment it is quite difficult to figure out how to use read-model tester according to the examples in the repository. There should be a simple example like
here are your events
const events = [...]
here is your adapter, which you should initialize each test
and here is your test, where projection and resolvers are from your app.