Skip to content

Commit

Permalink
test: fix tests on Node.js > 18
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jun 19, 2024
1 parent baa6804 commit f927ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/socket.io.js
Original file line number Diff line number Diff line change
Expand Up @@ -1858,7 +1858,7 @@ describe('socket.io', function(){
it('should not crash when messing with Object prototype (and other globals)', function(done){
Object.prototype.foo = 'bar';
global.File = '';
global.Blob = [];
// global.Blob = [];
var srv = http();
var sio = io(srv);
srv.listen(function(){
Expand Down

0 comments on commit f927ba2

Please sign in to comment.