UNPKG
1
Version:
latest (0.1.2)
0.1.2
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Distributed pub/sub based in ØMQ
github.com/IndigoUnited/node-1
IndigoUnited/node-1
1
/
test
/
test.js
11 lines
(7 loc)
•
151 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/*global describe*/
'use strict'
;
var
expect =
require
(
'expect.js'
);
describe
(
'One'
,
function
(
) {
describe
(
'join()'
,
function
(
) { }); });