Created
March 22, 2019 13:17
-
-
Save michelts/adddaea9597089cbc004b20fb292d272 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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