This commit is contained in:
lilia 2015-07-28 14:59:09 -07:00
parent 1a06cb5cbe
commit 01ca1be24e

View file

@ -133,7 +133,7 @@
}); });
}); });
it('uses / as a default path', function() { it('uses / as a default path', function(done) {
var mockServer = new MockServer('ws://localhost:8081'); var mockServer = new MockServer('ws://localhost:8081');
mockServer.on('connection', function(server) { mockServer.on('connection', function(server) {
server.on('message', function(data) { server.on('message', function(data) {