Returns the outer most DOMComponent of the current wrapper.
Notes:
DOMComponent
: The retrieved DOM component.
const wrapper = mount(<MyComponent />); expect(wrapper.getDOMNode()).to.have.property('className');
© 2015 Airbnb, Inc.
Licensed under the MIT License.
https://airbnb.io/enzyme/docs/api/ReactWrapper/getDOMNode.html