Created
February 21, 2017 09:54
-
-
Save ricca509/6660ba1b84d4071b01f8d807f814eefb to your computer and use it in GitHub Desktop.
snapshot-result-snapshot
This file contains hidden or 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[`The BuyNow component renders the right price and button 1`] = ` | |
<div> | |
<span | |
className="price"> | |
£ | |
25 | |
</span> | |
<button | |
className="btn-primary"> | |
Buy now | |
</button> | |
</div> | |
`; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment