UNPKG

bonree-zmq

Version:

Bindings for node.js and io.js to ZeroMQ

10 lines (8 loc) 218 B
var zmq = require('..') , should = require('should'); describe('proxy', function() { it('should be a function off the module namespace', function (done) { zmq.proxy.should.be.a.Function; done(); }); });