Skip to content

Instantly share code, notes, and snippets.

@ricca509
Created February 21, 2017 09:54
Show Gist options
  • Save ricca509/6660ba1b84d4071b01f8d807f814eefb to your computer and use it in GitHub Desktop.
Save ricca509/6660ba1b84d4071b01f8d807f814eefb to your computer and use it in GitHub Desktop.
snapshot-result-snapshot
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