.parents([selector]) => ShallowWrapper
Returns a wrapper around all of the parents/ancestors of the single node in the wrapper. Does not include the node itself. Optionally, a selector can be provided and it will filter the parents by this selector. It must be a single-node wrapper.
Argumentsselector
(EnzymeSelector
[optional]): The selector to filter the parents by.ShallowWrapper
: A new wrapper that wraps the resulting nodes.
const wrapper = shallow(<ToDoList />);
expect(wrapper.find('ul').parents()).to.have.lengthOf(2);
.children([selector]) => ShallowWrapper
.parent() => ShallowWrapper
.closest(selector) => ShallowWrapper
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4