Open alberto-coolshop opened 5 years ago
You can test the domain like this: https://github.com/adrai/node-cqrs-domain/blob/master/test/integration/integrationTest.js cmd in -> event out (aggregateState etc...) and you can test denormalizer like this: https://github.com/adrai/node-cqrs-eventdenormalizer/blob/master/test/integration/integrationTest.js evt in -> notifications out
I'm really interested in testing setup (with mocha) for a new CQRS project. Using this kind of approach I don't get where to start...
Do you have suggestions?
Many thanks, Alberto