it('should handle projects with zero checks', async () => {
    const { container, services } = await createServiceContainer();
    const listForRef = checkResponse([]);
    const getCombinedStatusForRef = statusResponse([]);