summaryrefslogtreecommitdiffstats
path: root/frontend/__tests__/__snapshots__/AddToCart.test.js.snap
blob: 999161c072ab3a4d6f8cead3c6f137b07549de08 (plain)
1
2
3
4
5
6
7
8
9
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`<AddtoCart/> renders and matches snapshot 1`] = `
<button
  onClick={[Function]}
>
  🛒 Add To Cart
</button>
`;