Skip to content

Commit 30ec4a1

Browse files
test(sio-client): reactivate all tests
1 parent e08293b commit 30ec4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/socket.io-client/test/retry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ describe("retry", () => {
111111
});
112112
});
113113

114-
it.only("should not emit a packet twice in the 'connect' handler", () => {
114+
it("should not emit a packet twice in the 'connect' handler", () => {
115115
return wrap((done) => {
116116
const socket = io(BASE_URL, {
117117
forceNew: true,

0 commit comments

Comments
 (0)