mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
9 lines
152 B
JavaScript
9 lines
152 B
JavaScript
|
|
describe('engine.io-client', function () {
|
|
|
|
it('should expose protocol number', function () {
|
|
expect(eio.protocol).to.be.a('number');
|
|
});
|
|
|
|
});
|