test: fix global mem leak error

This commit is contained in:
Guillermo Rauch
2014-04-28 11:21:15 -07:00
parent 4a7085d2c5
commit ab0fa5bee7

View File

@@ -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;