diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-01-10 12:38:31 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-01-10 12:38:31 +0100 |
commit | 3c48c07a510779442830818c31d62db2f0ae25aa (patch) | |
tree | 4a147b19c930359f548c543f4b20a7b15e2e917e /tests/unit | |
parent | ed9e80f161f6c99228595bc9dab9897469de224c (diff) | |
download | puszcza-3c48c07a510779442830818c31d62db2f0ae25aa.tar.gz puszcza-3c48c07a510779442830818c31d62db2f0ae25aa.zip |
Update tests
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/__snapshots__/storybook.test.js.snap | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/tests/unit/__snapshots__/storybook.test.js.snap b/tests/unit/__snapshots__/storybook.test.js.snap index 49e9ed5..bcedc00 100644 --- a/tests/unit/__snapshots__/storybook.test.js.snap +++ b/tests/unit/__snapshots__/storybook.test.js.snap @@ -485,6 +485,12 @@ exports[`Storyshots Posts/PurePostList default 1`] = ` </div> </nuxt-link> </div> + + <nuxt-link + to="?page=undefined" + > + <!----> + </nuxt-link> </div> </div> `; @@ -522,7 +528,14 @@ exports[`Storyshots Posts/PurePostList no posts 1`] = ` <div class="post-list-container" - /> + > + + <nuxt-link + to="?page=undefined" + > + <!----> + </nuxt-link> + </div> </div> `; @@ -536,7 +549,7 @@ exports[`Storyshots Ranking/RankingEntry default 1`] = ` <div class="ranking-entry__troop" > - Test + Trzewikodzioby </div> <div @@ -563,7 +576,7 @@ exports[`Storyshots Ranking/RankingFirstEntry default 1`] = ` <div class="ranking-first-entry__troop" > - Test + Trzewikodzioby </div> <div |