describe('when allowedIPAddresses is an empty array', () => {
        it('should not close the connection to block the client', async () => {
            const hub = new Hub({ port: 6001 });
            const server = httpShutdown(hub.server);
            server.listen(6001);