summaryrefslogtreecommitdiffstats
path: root/frontend/__tests__/__snapshots__/RemoveFromCart.test.js.snap
blob: a80b6783661336201fc353a7d71c2b4b5fae47d3 (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="sc-bdVaJa fXnNqM"
  disabled={false}
  onClick={[Function]}
  title="Remove From Cart"
>
  ×
</button>
`;