diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-04-19 16:55:24 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-04-19 16:55:24 -0400 |
| commit | 4d0d69dd59b765d8f9392e8494717a4c166cc46e (patch) | |
| tree | c05bd9a688596f04d6032ccfa33c3036ce97df2f | |
| parent | c9729d5520a8c2ba32d92edaf517ef184d9d3294 (diff) | |
cart item tests
| -rw-r--r-- | frontend/README.md | 2 | ||||
| -rw-r--r-- | frontend/__tests__/__snapshots__/CartItem.test.js.snap | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/frontend/README.md b/frontend/README.md index 6ab9632..6e41617 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -38,7 +38,7 @@ Test Order: FormatMoney Cart Count - +CartItem diff --git a/frontend/__tests__/__snapshots__/CartItem.test.js.snap b/frontend/__tests__/__snapshots__/CartItem.test.js.snap index 1f3cca5..b8f5ad3 100644 --- a/frontend/__tests__/__snapshots__/CartItem.test.js.snap +++ b/frontend/__tests__/__snapshots__/CartItem.test.js.snap @@ -26,7 +26,7 @@ exports[`<CartItem> renders and matches snapshot 1`] = ` </em> </p> </div> - <Apollo(RemoveFromCart) + <RemoveFromCart id="abc123" /> </styled.li> |
