diff options
Diffstat (limited to 'frontend/__tests__/__snapshots__')
| -rw-r--r-- | frontend/__tests__/__snapshots__/Cart.test.js.snap | 32 |
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> +`; |
