File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments