mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
test: fix global mem leak error
This commit is contained in:
@@ -3,6 +3,7 @@ var env = require('./support/env');
|
||||
|
||||
// whitelist some globals to avoid warnings
|
||||
global.__eio = null;
|
||||
global.___eio = null;
|
||||
global.WEB_SOCKET_LOGGER = null;
|
||||
global.WEB_SOCKET_SUPPRESS_CROSS_DOMAIN_SWF_ERROR = null;
|
||||
global.WEB_SOCKET_DISABLE_AUTO_INITIALIZATION = null;
|
||||
|
||||
Reference in New Issue
Block a user