Files
socket.io/test/common.js
Guillermo Rauch 2113a27fca Added common requirements for tests.
This also adds a layer of compatibility for browser tests.
2011-12-20 22:24:47 -08:00

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')