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`] = ` - -`;