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

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