From 73755d04f14f570bbaf3922855ffb8e1e87961b6 Mon Sep 17 00:00:00 2001 From: Kyle Holmberg Date: Wed, 17 Jan 2024 12:50:40 +0900 Subject: [PATCH] update snapshots --- .../__snapshots__/FlatCard.test.js.snap | 8 ++-- .../__snapshots__/SuccessStory.test.js.snap | 39 +++++++------------ 2 files changed, 17 insertions(+), 30 deletions(-) diff --git a/components/Cards/FlatCard/__tests__/__snapshots__/FlatCard.test.js.snap b/components/Cards/FlatCard/__tests__/__snapshots__/FlatCard.test.js.snap index 7f2c7f6ac..15e95cf92 100644 --- a/components/Cards/FlatCard/__tests__/__snapshots__/FlatCard.test.js.snap +++ b/components/Cards/FlatCard/__tests__/__snapshots__/FlatCard.test.js.snap @@ -5,10 +5,10 @@ exports[`FlatCard should render with many props assigned 1`] = ` className="box-border my-6 mx-4 relative max-w-[400px] test-class" >

Main heading @@ -18,7 +18,7 @@ exports[`FlatCard should render with many props assigned 1`] = `


@@ -49,7 +49,7 @@ exports[`FlatCard should render with required props 1`] = ` className="box-border my-6 mx-4 relative max-w-[400px]" >

diff --git a/components/SuccessStory/__tests__/__snapshots__/SuccessStory.test.js.snap b/components/SuccessStory/__tests__/__snapshots__/SuccessStory.test.js.snap index b90e87de9..72b3e2c08 100644 --- a/components/SuccessStory/__tests__/__snapshots__/SuccessStory.test.js.snap +++ b/components/SuccessStory/__tests__/__snapshots__/SuccessStory.test.js.snap @@ -1,31 +1,18 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`SuccessStory should render with required props 1`] = ` -

-
- -
-
-
- Great testing culture -
-
- "Best test of my life!" -
-
-
+
+ "Best test of my life!" +
+ `;