From 4fa1ea1949f385c037993b1e5926afbb0149ee1c Mon Sep 17 00:00:00 2001 From: Zack Stickles Date: Wed, 13 May 2020 15:51:30 -0700 Subject: [PATCH] fix: removed snapshots from git --- .gitignore | 3 ++ .../__tests__/__snapshots__/Footer.js.snap | 32 ------------------- 2 files changed, 3 insertions(+), 32 deletions(-) delete mode 100644 src/components/__tests__/__snapshots__/Footer.js.snap diff --git a/.gitignore b/.gitignore index f81327511..e10edf114 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,6 @@ yarn-error.log .pnp.js # Yarn Integrity file .yarn-integrity + +# Testing +**/__snapshots__/**/* diff --git a/src/components/__tests__/__snapshots__/Footer.js.snap b/src/components/__tests__/__snapshots__/Footer.js.snap deleted file mode 100644 index 87ee77f91..000000000 --- a/src/components/__tests__/__snapshots__/Footer.js.snap +++ /dev/null @@ -1,32 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Footer renders correctly 1`] = ` - -`;