From 3298dce3a2e32a5b298328d04dc502d548b4db4c Mon Sep 17 00:00:00 2001 From: Nichole Frey Date: Sat, 17 Feb 2024 15:07:08 -0500 Subject: [PATCH] commit snapshot --- src/app/__snapshots__/page.test.tsx.snap | 319 +++++++++++++++++++++++ 1 file changed, 319 insertions(+) create mode 100644 src/app/__snapshots__/page.test.tsx.snap diff --git a/src/app/__snapshots__/page.test.tsx.snap b/src/app/__snapshots__/page.test.tsx.snap new file mode 100644 index 0000000..9fe12a4 --- /dev/null +++ b/src/app/__snapshots__/page.test.tsx.snap @@ -0,0 +1,319 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`The Home Page component has expected snapshot 1`] = ` +[ +
+
+ + nf + +
+ +
, +
+
+
+
+
+ Photo of website author +
+
+

+ Hi, I'm Nichole +

+

+ Full-Stack Developer +

+
+
+

+ Based in Orlando, Florida, my passion lies in crafting seamless, intuitive, well-built experiences for the customer. I've mentored junior developers, acted as a Lead Front-End developer, and collaborated within dynamic, agile teams. +

+
+
+
+
, + , +] +`;