diff --git a/package.json b/package.json index 479cd53..09105f9 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Web sockets for Solid", "main": "index.js", "scripts": { - "test": "./node_modules/mocha/bin/mocha ./test/*.js" + "test": "./node_modules/mocha/bin/mocha ./test/*.js --exit" }, "repository": { "type": "git", diff --git a/test/websockets.js b/test/websockets.js index 3a2c31a..d029e50 100644 --- a/test/websockets.js +++ b/test/websockets.js @@ -106,8 +106,7 @@ describe('Solid-ws', function() { '/resource.ttl' ] var users = [ 'http://nicola.io/#me', - 'http://timbl.com/#me', - 'http://deiu.io/#me' ] + 'http://timbl.com/#me' ] var clients = users.map(function() { return new WebSocket('http://localhost:' + port) @@ -131,8 +130,7 @@ describe('Solid-ws', function() { var url = 'http://example.com/resource.ttl' var users = [ 'http://nicola.io/#me', - 'http://timbl.com/#me', - 'http://deiu.io/#me' ] + 'http://timbl.com/#me' ] var clients = users.map(function() { return new WebSocket('http://localhost:' + port)