Skip to content

Instantly share code, notes, and snippets.

@tanner-west
Created April 14, 2022 01:45
Show Gist options
  • Save tanner-west/ca7e5ecf0c8d611905bd5227b436147b to your computer and use it in GitHub Desktop.
Save tanner-west/ca7e5ecf0c8d611905bd5227b436147b to your computer and use it in GitHub Desktop.
// Consider we update the above test code to do this...
const wrapper = shallow(<DebugComponent />);
const textWrapper = wrapper.find('Text')
console.log(textWrapper.debug())
// ...and see the following output
/*
<Text>
Please test me
</Text>
<Text>
While you&#39;re here, click the button 👆
</Text>
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment