Update tests

This commit is contained in:
Bastian Meissner 2022-02-13 21:12:05 +01:00
parent 942cba97da
commit 6d059ce3b8
6 changed files with 114 additions and 22 deletions

View file

@ -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]`;

View file

@ -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]`;