remove snapshots from .gitignore
This commit is contained in:
parent
da71b4b37f
commit
befbd2e67f
5 changed files with 14 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,7 +7,6 @@
|
||||||
|
|
||||||
# testing
|
# testing
|
||||||
/coverage
|
/coverage
|
||||||
__snapshots__
|
|
||||||
|
|
||||||
# building
|
# building
|
||||||
/build
|
/build
|
||||||
|
|
3
src/test/components/__snapshots__/app.spec.tsx.snap
Normal file
3
src/test/components/__snapshots__/app.spec.tsx.snap
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||||
|
|
||||||
|
exports[`should take a snapshot 1`] = `[Function]`;
|
|
@ -0,0 +1,3 @@
|
||||||
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||||
|
|
||||||
|
exports[`should take a snapshot 1`] = `[Function]`;
|
3
src/test/components/__snapshots__/appList.spec.tsx.snap
Normal file
3
src/test/components/__snapshots__/appList.spec.tsx.snap
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||||
|
|
||||||
|
exports[`should take a snapshot 1`] = `[Function]`;
|
|
@ -0,0 +1,5 @@
|
||||||
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||||
|
|
||||||
|
exports[`BookmarkGroup snapshot test 1`] = `[Function]`;
|
||||||
|
|
||||||
|
exports[`BookmarkList snapshot test 1`] = `[Function]`;
|
Loading…
Reference in a new issue