UNPKG
master-room
Version:
latest (0.3.1)
0.3.1
0.1.1
0.1.0
0.0.10
0.0.1
chat room for client* <=> 1master
github.com/zhangaz1/master-room
zhangaz1/master-room
master-room
/
gulp
/
tasks
/
test
/
allTest.js
11 lines
(8 loc)
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
;
global
.
should
=
require
(
'should'
);
global
.
sinon
=
require
(
'sinon'
); gulp.
task
(
'allTest'
,
cb
=>
{
return
plugins .
sequence
(
'nodeTest'
) (cb); });