UNPKG

melody

Version:
10 lines (9 loc) 219 B
describe('Melody', function() { this.timeout(5000); describe('web server', function() { it('should run', function(done) { var melody = require('../lib/melody'); melody.start(done); }); }); });