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

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