UNPKG
ss-build
Version:
latest (0.2.0)
0.2.0
0.1.0
Building Socketstream assets without running the server
github.com/thepian/ss-build
thepian/ss-build
ss-build
/
test
/
test.js
13 lines
(10 loc)
•
306 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict'
;
var
ssBuild =
require
(
'../index'
)(
require
(
'socketstream'
)), expect =
require
(
'chai'
).
expect
;
describe
(
'build'
,
function
(
) {
it
(
'should load'
,
function
(
) {
var
server =
require
(
'./fixtures/server'
);
expect
(server).
to
.
be
.
a
(
'function'
);
var
systemStream = ssBuild.
system
.
js
(); }); });