added greeter and icon tests
This commit is contained in:
parent
befbd2e67f
commit
e768a00dce
11 changed files with 121 additions and 17 deletions
|
@ -1,3 +1,3 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`should take a snapshot 1`] = `[Function]`;
|
||||
exports[`App snapshot test 1`] = `[Function]`;
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`should take a snapshot 1`] = `[Function]`;
|
||||
exports[`AppCategory snapshot test 1`] = `[Function]`;
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`should take a snapshot 1`] = `[Function]`;
|
||||
exports[`AppList snapshot test 1`] = `[Function]`;
|
||||
|
|
3
src/test/components/__snapshots__/greeter.spec.tsx.snap
Normal file
3
src/test/components/__snapshots__/greeter.spec.tsx.snap
Normal file
|
@ -0,0 +1,3 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`Greeter snapshot test 1`] = `[Function]`;
|
5
src/test/components/__snapshots__/icon.spec.tsx.snap
Normal file
5
src/test/components/__snapshots__/icon.spec.tsx.snap
Normal file
|
@ -0,0 +1,5 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`Icon test 1`] = `[Function]`;
|
||||
|
||||
exports[`IconButton test 1`] = `[Function]`;
|
Loading…
Add table
Add a link
Reference in a new issue