From 7f73a289f577a38f7cf870073d7c33bddbc86eef Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Wed, 30 Sep 2020 17:42:32 +0200 Subject: [PATCH] test: fix tests in IE --- test/connection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/connection.js b/test/connection.js index d4e7d718..84d367ff 100644 --- a/test/connection.js +++ b/test/connection.js @@ -436,7 +436,7 @@ describe('connection', function () { it('should still try to reconnect twice after opening another socket asynchronously', function (done) { var manager = io.Manager( - `http://localhost:9823`, + 'http://localhost:9823', { reconnect: true, reconnectionAttempts: 2 } ); var delay = Math.floor(manager.reconnectionDelay() * manager.randomizationFactor() * 0.5);