Deprecated: Use .exists() instead.
Returns whether or not the current node is empty.
Boolean
: whether or not the current node is empty.
const wrapper = shallow(<div className="some-class" />);
expect(wrapper.find('.other-class').isEmpty()).to.equal(true);