summaryrefslogtreecommitdiffstats
path: root/frontend/__tests__/__snapshots__
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-04-20 12:38:03 -0400
committerWes Bos <wesbos@gmail.com>2018-04-20 12:38:03 -0400
commit13d263b7c088690b77d964f84fac454922b57ef8 (patch)
tree4f08f52cfb1aa8a9c67c7e1ef62802006426145f /frontend/__tests__/__snapshots__
parent0f6582b270801ee187a73ac25d44338f31cbd883 (diff)
RemoveFromCart tests
Diffstat (limited to 'frontend/__tests__/__snapshots__')
-rw-r--r--frontend/__tests__/__snapshots__/RemoveFromCart.test.js.snap5
1 files changed, 3 insertions, 2 deletions
diff --git a/frontend/__tests__/__snapshots__/RemoveFromCart.test.js.snap b/frontend/__tests__/__snapshots__/RemoveFromCart.test.js.snap
index b25bcc9..f982011 100644
--- a/frontend/__tests__/__snapshots__/RemoveFromCart.test.js.snap
+++ b/frontend/__tests__/__snapshots__/RemoveFromCart.test.js.snap
@@ -1,10 +1,11 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<RemoveFromCart/> renders and matches snapshot 1`] = `
-<styled.button
+<button
+ className="sc-bdVaJa fXnNqM"
onClick={[Function]}
title="Remove From Cart"
>
×
-</styled.button>
+</button>
`;