From bd45d4c7aac6d1c6b054185058a96b2e01669828 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Wed, 14 Mar 2018 21:00:08 -0400 Subject: tests --- .../__tests__/__snapshots__/AddToCart.test.js.snap | 9 +++++++++ .../__tests__/__snapshots__/TakeMyMoney.test.js.snap | 18 ++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 frontend/__tests__/__snapshots__/AddToCart.test.js.snap create mode 100644 frontend/__tests__/__snapshots__/TakeMyMoney.test.js.snap (limited to 'frontend/__tests__/__snapshots__') diff --git a/frontend/__tests__/__snapshots__/AddToCart.test.js.snap b/frontend/__tests__/__snapshots__/AddToCart.test.js.snap new file mode 100644 index 0000000..999161c --- /dev/null +++ b/frontend/__tests__/__snapshots__/AddToCart.test.js.snap @@ -0,0 +1,9 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[` renders and matches snapshot 1`] = ` + +`; diff --git a/frontend/__tests__/__snapshots__/TakeMyMoney.test.js.snap b/frontend/__tests__/__snapshots__/TakeMyMoney.test.js.snap new file mode 100644 index 0000000..8c77e01 --- /dev/null +++ b/frontend/__tests__/__snapshots__/TakeMyMoney.test.js.snap @@ -0,0 +1,18 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[` renders 1`] = ` + +`; -- cgit v1.3