From befbd2e67f5f58762ec462ad4a0dd643448f2cb2 Mon Sep 17 00:00:00 2001 From: phntxx Date: Mon, 14 Jun 2021 11:33:13 +0200 Subject: [PATCH] remove snapshots from .gitignore --- .gitignore | 1 - src/test/components/__snapshots__/app.spec.tsx.snap | 3 +++ src/test/components/__snapshots__/appCategory.spec.tsx.snap | 3 +++ src/test/components/__snapshots__/appList.spec.tsx.snap | 3 +++ src/test/components/__snapshots__/bookmarks.spec.tsx.snap | 5 +++++ 5 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 src/test/components/__snapshots__/app.spec.tsx.snap create mode 100644 src/test/components/__snapshots__/appCategory.spec.tsx.snap create mode 100644 src/test/components/__snapshots__/appList.spec.tsx.snap create mode 100644 src/test/components/__snapshots__/bookmarks.spec.tsx.snap diff --git a/.gitignore b/.gitignore index 6813200..7539759 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,6 @@ # testing /coverage -__snapshots__ # building /build diff --git a/src/test/components/__snapshots__/app.spec.tsx.snap b/src/test/components/__snapshots__/app.spec.tsx.snap new file mode 100644 index 0000000..b7c9a35 --- /dev/null +++ b/src/test/components/__snapshots__/app.spec.tsx.snap @@ -0,0 +1,3 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`should take a snapshot 1`] = `[Function]`; diff --git a/src/test/components/__snapshots__/appCategory.spec.tsx.snap b/src/test/components/__snapshots__/appCategory.spec.tsx.snap new file mode 100644 index 0000000..b7c9a35 --- /dev/null +++ b/src/test/components/__snapshots__/appCategory.spec.tsx.snap @@ -0,0 +1,3 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`should take a snapshot 1`] = `[Function]`; diff --git a/src/test/components/__snapshots__/appList.spec.tsx.snap b/src/test/components/__snapshots__/appList.spec.tsx.snap new file mode 100644 index 0000000..b7c9a35 --- /dev/null +++ b/src/test/components/__snapshots__/appList.spec.tsx.snap @@ -0,0 +1,3 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`should take a snapshot 1`] = `[Function]`; diff --git a/src/test/components/__snapshots__/bookmarks.spec.tsx.snap b/src/test/components/__snapshots__/bookmarks.spec.tsx.snap new file mode 100644 index 0000000..0a692f8 --- /dev/null +++ b/src/test/components/__snapshots__/bookmarks.spec.tsx.snap @@ -0,0 +1,5 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`BookmarkGroup snapshot test 1`] = `[Function]`; + +exports[`BookmarkList snapshot test 1`] = `[Function]`;