Skip to content

Instantly share code, notes, and snippets.

@michelts
Created March 22, 2019 13:17
Show Gist options
  • Save michelts/adddaea9597089cbc004b20fb292d272 to your computer and use it in GitHub Desktop.
Save michelts/adddaea9597089cbc004b20fb292d272 to your computer and use it in GitHub Desktop.
exports[`should render a Card component for each global state card 1`] = `
<div>
<Card card="Q" key="Q" />
<Card card="J" key="J" />
<Card card="K" key="K" />
<Card card="A" key="A" />
<Card card="2" key="2" />
</div>
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment