expect(container.textContent.split(',')).toEqual(
      arr7.map(({ n }) => String(n)).concat([''])
    )