diff --git a/test/node/builder.test.js b/test/node/builder.test.js index 729253ed..0667eb71 100644 --- a/test/node/builder.test.js +++ b/test/node/builder.test.js @@ -105,7 +105,7 @@ module.exports = { var io = common.execute(result) , env = common.env() - , globals = 0; + , allowed = ['io', 'swfobject', 'WEB_SOCKET_DISABLE_AUTO_INITIALIZATION']; // allowed globals var allowed = ['io'];