mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
@@ -30,7 +30,7 @@ module.exports = {
|
||||
var lines = result.split('\n');
|
||||
lines.length.should().be.below(5);
|
||||
lines[0].should().match(/production/gi);
|
||||
Buffer.byteLength(result).should().be.below(41000);
|
||||
Buffer.byteLength(result).should().be.below(42000);
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user