We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08293b commit 30ec4a1Copy full SHA for 30ec4a1
packages/socket.io-client/test/retry.ts
@@ -111,7 +111,7 @@ describe("retry", () => {
111
});
112
113
114
- it.only("should not emit a packet twice in the 'connect' handler", () => {
+ it("should not emit a packet twice in the 'connect' handler", () => {
115
return wrap((done) => {
116
const socket = io(BASE_URL, {
117
forceNew: true,
0 commit comments