added greeter and icon tests

This commit is contained in:
Bastian Meissner 2021-06-14 13:17:31 +02:00
parent befbd2e67f
commit e768a00dce
11 changed files with 121 additions and 17 deletions

View file

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

View file

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

View file

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

View file

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

View file

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