mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
Added common requirements for tests.
This also adds a layer of compatibility for browser tests.
This commit is contained in:
8
test/common.js
Normal file
8
test/common.js
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
/*!
|
||||
* Common test dependencies.
|
||||
*/
|
||||
|
||||
// expose the globals that are obtained through `<script>` on the browser
|
||||
expect = require('expect.js')
|
||||
eio = require('../lib/engine.io-client')
|
||||
Reference in New Issue
Block a user