UNPKG

kitchensink

Version:

Dispatch's awesome components and style guide

19 lines (9 loc) 290 B
# `.isEmpty() => Boolean` Returns whether or not the current node is empty. #### Returns `Boolean`: whether or not the current node is empty. #### Example ```jsx const wrapper = mount(<div className="some-class" />); expect(wrapper.find('.other-class').isEmpty()).to.be(true); ```