Files
socket.io/test/support/env.js
2013-12-26 22:32:44 -03:00

7 lines
249 B
JavaScript

// WARNING this is bad practice
// we only do this in our tests because we need to test engine.io-client
// support in browsers and in node.js
// some tests do not yet work in both
exports.browser = !!global.window;
exports.node = !exports.browser;