test(sio-client): reactivate all tests

This commit is contained in:
Damien Arrachequesne
2025-12-22 13:46:15 +01:00
parent e08293bc37
commit 30ec4a136a

View File

@@ -111,7 +111,7 @@ describe("retry", () => {
});
});
it.only("should not emit a packet twice in the 'connect' handler", () => {
it("should not emit a packet twice in the 'connect' handler", () => {
return wrap((done) => {
const socket = io(BASE_URL, {
forceNew: true,