parent
eaad2d56f0
commit
fa28f68551
36 changed files with 962 additions and 368 deletions
7
src/test/components/__snapshots__/app.spec.tsx.snap
Normal file
7
src/test/components/__snapshots__/app.spec.tsx.snap
Normal file
|
@ -0,0 +1,7 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`app.tsx Tests app rendering with newTab=false 1`] = `[Function]`;
|
||||
|
||||
exports[`app.tsx Tests app rendering with newTab=true 1`] = `[Function]`;
|
||||
|
||||
exports[`app.tsx Tests app rendering without newTab 1`] = `[Function]`;
|
|
@ -0,0 +1,3 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`AppCategory snapshot test 1`] = `[Function]`;
|
9
src/test/components/__snapshots__/appList.spec.tsx.snap
Normal file
9
src/test/components/__snapshots__/appList.spec.tsx.snap
Normal file
|
@ -0,0 +1,9 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`appList.tsx Tests AppList rendering with apps 1`] = `[Function]`;
|
||||
|
||||
exports[`appList.tsx Tests AppList rendering with categories 1`] = `[Function]`;
|
||||
|
||||
exports[`appList.tsx Tests AppList rendering with categories and apps 1`] = `[Function]`;
|
||||
|
||||
exports[`appList.tsx Tests AppList rendering with neither 1`] = `[Function]`;
|
|
@ -17,5 +17,3 @@ exports[`app.tsx Tests AppList rendering 2`] = `[Function]`;
|
|||
exports[`app.tsx Tests AppList rendering 3`] = `[Function]`;
|
||||
|
||||
exports[`app.tsx Tests AppList rendering 4`] = `[Function]`;
|
||||
|
||||
exports[`app.tsx Tests AppList rendering without any props 1`] = `[Function]`;
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`bookmarks.tsx Tests BookmarkGroup rendering 1`] = `[Function]`;
|
||||
exports[`BookmarkGroup snapshot test 1`] = `[Function]`;
|
||||
|
||||
exports[`bookmarks.tsx Tests BookmarkList rendering with props 1`] = `[Function]`;
|
||||
|
||||
exports[`bookmarks.tsx Tests BookmarkList rendering without props 1`] = `[Function]`;
|
||||
exports[`BookmarkList snapshot test 1`] = `[Function]`;
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`greeter.tsx tests greeter rendering with props 1`] = `[Function]`;
|
||||
|
||||
exports[`greeter.tsx tests greeter rendering without props 1`] = `[Function]`;
|
||||
exports[`Greeter snapshot test 1`] = `[Function]`;
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`imprint.tsx Tests Imprint rendering with props 1`] = `[Function]`;
|
||||
exports[`imprint.tsx Tests Imprint 1`] = `[Function]`;
|
||||
|
||||
exports[`imprint.tsx Tests ImprintField 1`] = `[Function]`;
|
||||
|
||||
exports[`imprint.tsx Tests imprint rendering without props 1`] = `[Function]`;
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`searchBar.tsx Tests SearchBar rendering with props 1`] = `[Function]`;
|
||||
|
||||
exports[`searchBar.tsx Tests SearchBar rendering without props 1`] = `[Function]`;
|
||||
exports[`searchBar.tsx Tests SearchBar rendering 1`] = `[Function]`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue