.getDOMNode() => DOMComponent
Returns the outer most DOMComponent of the current wrapper.
Notes:
DOMComponent: The retrieved DOM component.
DOMComponent
const wrapper = mount(<MyComponent />); expect(wrapper.getDOMNode()).to.have.property('className');