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