mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
test: remove version
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
|
||||
describe('engine.io-client', function () {
|
||||
|
||||
it('should expose version number', function () {
|
||||
expect(eio.version).to.match(/[0-9]+\.[0-9]+\.[0-9]+/);
|
||||
});
|
||||
|
||||
it('should expose protocol number', function () {
|
||||
expect(eio.protocol).to.be.a('number');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user