From 331da87bd53bc1fb79063d142764c75df9f32170 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Wed, 14 Mar 2018 12:19:54 -0400 Subject: tests --- frontend/__tests__/__snapshots__/Item.test.js.snap | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 frontend/__tests__/__snapshots__/Item.test.js.snap (limited to 'frontend/__tests__/__snapshots__/Item.test.js.snap') diff --git a/frontend/__tests__/__snapshots__/Item.test.js.snap b/frontend/__tests__/__snapshots__/Item.test.js.snap new file mode 100644 index 0000000..f088121 --- /dev/null +++ b/frontend/__tests__/__snapshots__/Item.test.js.snap @@ -0,0 +1,60 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[` Renders an item 1`] = ` + + A Cool Item + + + + A Cool Item + + + + + $50 + +

+ This item is really cool! +

+
+ + + Edit ✏️ + + + + +
+
+`; -- cgit v1.3