From e3aaf8d61e6abde276d4f5649bf86723515ac73c Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Wed, 14 Mar 2018 21:25:32 -0400 Subject: more tests, remove unnessecary files --- .../__tests__/__snapshots__/CartItem.test.js.snap | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 frontend/__tests__/__snapshots__/CartItem.test.js.snap (limited to 'frontend/__tests__/__snapshots__/CartItem.test.js.snap') diff --git a/frontend/__tests__/__snapshots__/CartItem.test.js.snap b/frontend/__tests__/__snapshots__/CartItem.test.js.snap new file mode 100644 index 0000000..1f3cca5 --- /dev/null +++ b/frontend/__tests__/__snapshots__/CartItem.test.js.snap @@ -0,0 +1,33 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[` renders and matches snapshot 1`] = ` + + Fake Item +
+

+ Fake Item +

+

+ $1,000 + — + + 20 + × + $50 + each + +

+
+ +
+`; -- cgit v1.3