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 faa0389 commit eba821dCopy full SHA for eba821d
test/index.ts
@@ -377,8 +377,7 @@ describe("@socket.io/postgres-adapter", () => {
377
expect(remoteSocket.rooms.size).to.eql(1);
378
});
379
380
- // TODO needs to be fixed in the `socket.io` package
381
- it.skip("returns only local socket instances", async () => {
+ it("returns only local socket instances", async () => {
382
const sockets = await servers[0].local.fetchSockets();
383
384
expect(sockets).to.have.length(1);
0 commit comments