mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
9 lines
184 B
JavaScript
9 lines
184 B
JavaScript
|
|
/*!
|
|
* Common test dependencies.
|
|
*/
|
|
|
|
// expose the globals that are obtained through `<script>` on the browser
|
|
expect = require('expect.js')
|
|
eio = require('../lib/engine.io-client')
|