UNPKG

micro-toolkit-event-bus-zeromq

Version:

The ØMQ implementation of event BUS based on ØMQ Clone Pattern and Clustered Hashmap Protocol.

15 lines (13 loc) 234 B
var sinon = require('sinon') function getLogStub() { return { debug: sinon.spy(), info: sinon.spy(), trace: sinon.spy(), warn: sinon.spy(), error: sinon.spy() } } module.exports = { getLogStub: getLogStub }