mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
Initial import
This commit is contained in:
12
test/engine-client.js
Normal file
12
test/engine-client.js
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
describe('engine-client', function () {
|
||||
|
||||
it('should expose version number', function () {
|
||||
io.engineVersion.should().match(/);
|
||||
});
|
||||
|
||||
it('should expose protocol number', function () {
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user