We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37168e9 commit 0464877Copy full SHA for 0464877
test/websockets.js
@@ -106,8 +106,7 @@ describe('Solid-ws', function() {
106
'/resource.ttl' ]
107
var users = [
108
'http://nicola.io/#me',
109
- 'http://timbl.com/#me',
110
- 'http://deiu.io/#me' ]
+ 'http://timbl.com/#me' ]
111
112
var clients = users.map(function() {
113
return new WebSocket('http://localhost:' + port)
@@ -131,8 +130,7 @@ describe('Solid-ws', function() {
131
130
var url = 'http://example.com/resource.ttl'
132
133
134
135
136
137
138
0 commit comments