Update tests
This commit is contained in:
parent
2989fe1da4
commit
0623c87727
5 changed files with 19 additions and 27 deletions
|
|
@ -18,6 +18,7 @@ describe('Network / Async', function() {
|
|||
fakeSocket.emit = function() {};
|
||||
fakeSocket.on = function() {};
|
||||
fakeSocket.disconnect = function() {};
|
||||
fakeSocket.removeAllListeners = function() {};
|
||||
n.createSocket = function() {
|
||||
return fakeSocket;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue