Update tests
This commit is contained in:
parent
942cba97da
commit
6d059ce3b8
6 changed files with 114 additions and 22 deletions
|
@ -1,3 +1,5 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`Greeter snapshot test 1`] = `[Function]`;
|
||||
exports[`Greeter snapshot test with properties 1`] = `[Function]`;
|
||||
|
||||
exports[`Greeter snapshot test without properties 1`] = `[Function]`;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`searchBar.tsx Tests SearchBar rendering 1`] = `[Function]`;
|
||||
exports[`searchBar.tsx Tests SearchBar rendering with properties 1`] = `[Function]`;
|
||||
|
||||
exports[`searchBar.tsx Tests searchBar rendering without properties 1`] = `[Function]`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue