mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
15 lines
235 B
JavaScript
15 lines
235 B
JavaScript
|
|
require('./support/env');
|
|
|
|
// whitelist some globals to avoid warnings
|
|
if (global.mocha) {
|
|
global.mocha.globals(['___eio', 'eio_iframe_*']);
|
|
}
|
|
|
|
require('./url');
|
|
|
|
// browser only tests
|
|
require('./connection');
|
|
require('./socket');
|
|
|