Skip to content

Instantly share code, notes, and snippets.

@tsh-code
Created April 9, 2019 06:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsh-code/e5d692f68b12fd1cfe7f3a51490ccabd to your computer and use it in GitHub Desktop.
Save tsh-code/e5d692f68b12fd1cfe7f3a51490ccabd to your computer and use it in GitHub Desktop.
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Users list component renders list with 1 row 1`] = `
<ul>
<li>
{
"user": {
"id": "5c76f0b7bb5c210da0f8554a",
"firstName": "Florine",
"lastName": "Russell",
"email": "florine.russell$email..org"
}
}
</li>
</ul>
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment