We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93ef6a commit 6a16ea1Copy full SHA for 6a16ea1
test/engine.io.js
@@ -20,7 +20,6 @@ describe('engine', function () {
20
});
21
22
it('should be the same version as client', function () {
23
- expect(eio.protocol).to.be.a('number');
24
var version = require('../package').version;
25
expect(version).to.be(require('engine.io-client/package').version);
26
0 commit comments