summaryrefslogtreecommitdiffstats
path: root/frontend/__tests__/__snapshots__/Cart.test.js.snap
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-04-19 14:43:48 -0400
committerWes Bos <wesbos@gmail.com>2018-04-19 14:43:48 -0400
commitaaae57b7978ffd0038ad560d6c9a4e8cf064cb0d (patch)
tree4801d87e50d4c20817d443f9a7cc2092c82386f4 /frontend/__tests__/__snapshots__/Cart.test.js.snap
parente018f5482e550a49535f4df990d3bfc09128f5d8 (diff)
test test test
Diffstat (limited to 'frontend/__tests__/__snapshots__/Cart.test.js.snap')
-rw-r--r--frontend/__tests__/__snapshots__/Cart.test.js.snap32
1 files changed, 31 insertions, 1 deletions
diff --git a/frontend/__tests__/__snapshots__/Cart.test.js.snap b/frontend/__tests__/__snapshots__/Cart.test.js.snap
index 65a7e7a..426bef2 100644
--- a/frontend/__tests__/__snapshots__/Cart.test.js.snap
+++ b/frontend/__tests__/__snapshots__/Cart.test.js.snap
@@ -1,3 +1,33 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`<Cart/> renders 1`] = `<[object Object] />`;
+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 Tillman Mitchell
+ 's Cart.
+ </h3>
+ </styled.h3>
+ <p>
+ You have
+ 2
+ item
+ s
+ in your cart.
+ </p>
+</header>
+`;