.isEmpty() => BooleanJune 18, 2019 ยท View on GitHubDeprecated: Use .exists() instead. Returns whether or not the wrapper is empty. Returns Boolean: whether or not the wrapper is empty. Example const wrapper = mount(<div className="some-class" />); expect(wrapper.find('.other-class').isEmpty()).to.equal(true);