From 243c70e4d556d16affc8488a9a25eb22f5f4ea76 Mon Sep 17 00:00:00 2001 From: jwu-fisker Date: Wed, 6 Jan 2021 19:56:57 -0800 Subject: [PATCH] Update sign in form snapshot --- .../__snapshots__/SignInForm.test.jsx.snap | 145 ++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 src/components/SignInForm/__snapshots__/SignInForm.test.jsx.snap diff --git a/src/components/SignInForm/__snapshots__/SignInForm.test.jsx.snap b/src/components/SignInForm/__snapshots__/SignInForm.test.jsx.snap new file mode 100644 index 0000000..e99b269 --- /dev/null +++ b/src/components/SignInForm/__snapshots__/SignInForm.test.jsx.snap @@ -0,0 +1,145 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Sign In Form Should render 1`] = ` +
+
+
+

+ Sign in +

+
+
+ +
+ + +
+
+
+ +
+ + +
+
+ + +
+
+
+
+`;