Returns a new wrapper with child at the specified index.
index (number): A zero-based integer indicating which node to retrieve.ShallowWrapper: A new wrapper that wraps the resulting node.
const wrapper = shallow(<ToDoList items={items} />);
expect(wrapper.find('ul').childAt(0).type()).to.equal('li');
.parents() => ShallowWrapper.parent() => ShallowWrapper.closest(selector) => ShallowWrapper.children() => ShallowWrapper
© 2015 Airbnb, Inc.
Licensed under the MIT License.
https://airbnb.io/enzyme/docs/api/ShallowWrapper/childAt.html