All Questions
1 question
2
votes
1
answer
312
views
How to unit test a service which output is an event with data?
Technologies : NodeJs, Kafka, Mocha
The issue : I have a nodeJS service which given a String returns events with a many data.
How can I test this using Mocha ?
In a simple scenario the service ...