summaryrefslogtreecommitdiffstats
path: root/finished-application/frontend/__tests__/__snapshots__/Cart.test.js.snap
blob: d5c0d92ff3deab53a13679f72020519aea60d3d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`<Cart/> renders and matches snappy 1`] = `
<header>
  <CloseButton
    onClick={[Function]}
    title="close"
  >
    <button
      className="CloseButton-sc-1seb878-0 lbNKfp"
      onClick={[Function]}
      title="close"
    >
      ×
    </button>
  </CloseButton>
  <Supreme>
    <h3
      className="Supreme-xv30qb-0 hpaXsq"
    >
      Miss Coleman Berge
      's Cart
    </h3>
  </Supreme>
  <p>
    You Have 
    1
     Item
     in your cart.
  </p>
</header>
`;