We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c54b8 commit 7f73a28Copy full SHA for 7f73a28
test/connection.js
@@ -436,7 +436,7 @@ describe('connection', function () {
436
437
it('should still try to reconnect twice after opening another socket asynchronously', function (done) {
438
var manager = io.Manager(
439
- `http://localhost:9823`,
+ 'http://localhost:9823',
440
{ reconnect: true, reconnectionAttempts: 2 }
441
);
442
var delay = Math.floor(manager.reconnectionDelay() * manager.randomizationFactor() * 0.5);
0 commit comments