blob: f982011184e78030a884ae7a3aac6a732cc715ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<RemoveFromCart/> renders and matches snapshot 1`] = `
<button
className="sc-bdVaJa fXnNqM"
onClick={[Function]}
title="Remove From Cart"
>
×
</button>
`;
|