blob: 9aeedfd0fb7cc85c1e1a9936a35a4a441027bcfe (
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 1`] = `
<header>
<styled.button
onClick={[Function]}
title="close"
>
<button
className="sc-EHOje jytiuo"
onClick={[Function]}
title="close"
>
×
</button>
</styled.button>
<styled.h3>
<h3
className="sc-ifAKCX imryuh"
>
Miss Coleman Berge
's Cart.
</h3>
</styled.h3>
<p>
You have
1
item
in your cart.
</p>
</header>
`;
|