const wrapper = shallow(( <Book title="Huckleberry Finn" pages="633 pages" /> )); console.log(wrapper.debug({ verbose: true }));