mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-07 22:23:57 -05:00
test(sio-client): reactivate all tests
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user