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

exports[`<RemoveFromCart/> renders and matches snapshot 1`] = `
<button
  className="RemoveFromCart__BigButton-emvtd6-0 gPWNSn"
  disabled={false}
  onClick={[Function]}
  title="Delete Item"
>
  ×
</button>
`;