UNPKG
melody
Version:
latest (0.1.0)
0.1.0
0.0.0
simple publishing platform
github.com/martindale/melody
martindale/melody
melody
/
test
/
Melody.integration.js
10 lines
(9 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
describe
(
'Melody'
,
function
(
) {
this
.
timeout
(
5000
);
describe
(
'web server'
,
function
(
) {
it
(
'should run'
,
function
(
done
) {
var
melody =
require
(
'../lib/melody'
); melody.
start
(done); }); }); });