fix test after rebase 2
This commit is contained in:
parent
0d22524885
commit
e00997bad8
3 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ describe('Network / Async', function() {
|
|||
var fakeSocket = {};
|
||||
fakeSocket.emit = function() {};
|
||||
fakeSocket.on = function() {};
|
||||
fakeSocket.disconnect = function() {};
|
||||
n.createSocket = function() {
|
||||
return fakeSocket;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue