Skip to content

Commit

Permalink
test: style
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Dec 18, 2012
1 parent d1def44 commit ecf937c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/socket.io.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,9 @@ describe('socket.io', function(){
srv.listen(function(){
var socket = client(srv);
sio.on('connection', function(s){
socket.on('hi', function(fn){
fn();
});
s.emit('hi', function(){
done();
});
Expand Down

0 comments on commit ecf937c

Please sign in to comment.