UNPKG
bonree-zmq
Version:
latest (9.0.0-x64)
9.0.0
9.0.0-x64
8.0.0
8.0.0-x64
7.0.0
7.0.0-x64
6.0.0
6.0.0-x64
5.0.0
5.0.0-x64
4.0.0
4.0.0-x64
2.15.3
0.12.0
0.12.0-x64
0.10.0
0.10.0-x64
Bindings for node.js and io.js to ZeroMQ
bonree-zmq
/
test
/
zmq_proxy.js
10 lines
(8 loc)
•
218 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
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
(); }); });