()
| 230 | }); |
| 231 | |
| 232 | async function getSockets() { |
| 233 | const sids = await io.of(class="st">"/chat").allSockets(); |
| 234 | |
| 235 | expect(sids).to.contain(chatSids[0], chatSids[1]); |
| 236 | expect(sids).to.not.contain(otherSid); |
| 237 | success(done, io, c1, c2, c3); |
| 238 | } |
| 239 | }); |
| 240 | |
| 241 | it(class="st">"should find all clients in a namespace room", (done) => { |
no test coverage detected