describe('', () => { const wrapper = mount( ); it('renders child correctly', () => { expect(wrapper.find('tbody').children()).to.have.length(cats.length); expect(wrapper.find('tbody').children().find('tr')).to.have.length(cats.length); });