Files
socket.io/test/engine-client.js
Guillermo Rauch 21b75fa15e Initial import
2011-11-18 10:08:39 -08:00

13 lines
208 B
JavaScript

describe('engine-client', function () {
it('should expose version number', function () {
io.engineVersion.should().match(/);
});
it('should expose protocol number', function () {
});
});