Live texturing
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
|
||||
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();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user