Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. exports[`The BuyNow component renders the right price and button 1`] = `
  2. <div>
  3. <span
  4. className="price">
  5. £
  6. 25
  7. </span>
  8. <button
  9. className="btn-primary">
  10. Buy now
  11. </button>
  12. </div>
  13. `;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement