Skip to content

Commit

Permalink
whatspace
Browse files Browse the repository at this point in the history
  • Loading branch information
riddopic committed Apr 27, 2016
1 parent 0c6d50d commit 2f33718
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/socket.io.js
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ describe('socket.io', function(){
});
});
});

it('should not reuse same-namespace connections', function(done){
var srv = http();
var sio = io(srv);
Expand Down Expand Up @@ -746,6 +746,7 @@ describe('socket.io', function(){
}
});


it('should find all clients across namespace rooms', function(done){
var srv = http();
var sio = io(srv);
Expand Down Expand Up @@ -1533,7 +1534,7 @@ describe('socket.io', function(){
});
});
});

it('should see query parameters sent from secondary namespace connections in handshake object', function(done){
var srv = http();
var sio = io(srv);
Expand Down

0 comments on commit 2f33718

Please # to comment.