remove snapshots from .gitignore

This commit is contained in:
phntxx 2021-06-14 11:33:13 +02:00
parent da71b4b37f
commit befbd2e67f
5 changed files with 14 additions and 1 deletions

1
.gitignore vendored
View file

@ -7,7 +7,6 @@
# testing
/coverage
__snapshots__
# building
/build

View file

@ -0,0 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`should take a snapshot 1`] = `[Function]`;

View file

@ -0,0 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`should take a snapshot 1`] = `[Function]`;

View file

@ -0,0 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`should take a snapshot 1`] = `[Function]`;

View file

@ -0,0 +1,5 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`BookmarkGroup snapshot test 1`] = `[Function]`;
exports[`BookmarkList snapshot test 1`] = `[Function]`;