describe('#getClientIdsForChannel', () => {
        it('should return the client ids that are subscribed to a channel', async () => {
            const clientIds = await dataStore.getClientIdsForChannel(
                'business'
            );