Skip to content

Commit ff3d779

Browse files
authored
Merge pull request #15 from jaxoncreed/fix/NSS#1216
Fix tests due to unmaintained server
2 parents 37168e9 + 1a8ba0c commit ff3d779

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Web sockets for Solid",
55
"main": "index.js",
66
"scripts": {
7-
"test": "./node_modules/mocha/bin/mocha ./test/*.js"
7+
"test": "./node_modules/mocha/bin/mocha ./test/*.js --exit"
88
},
99
"repository": {
1010
"type": "git",

test/websockets.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ describe('Solid-ws', function() {
106106
'/resource.ttl' ]
107107
var users = [
108108
'http://nicola.io/#me',
109-
'http://timbl.com/#me',
110-
'http://deiu.io/#me' ]
109+
'http://timbl.com/#me' ]
111110

112111
var clients = users.map(function() {
113112
return new WebSocket('http://localhost:' + port)
@@ -131,8 +130,7 @@ describe('Solid-ws', function() {
131130
var url = 'http://example.com/resource.ttl'
132131
var users = [
133132
'http://nicola.io/#me',
134-
'http://timbl.com/#me',
135-
'http://deiu.io/#me' ]
133+
'http://timbl.com/#me' ]
136134

137135
var clients = users.map(function() {
138136
return new WebSocket('http://localhost:' + port)

0 commit comments

Comments
 (0)