From 1b299da29ac119c827de7520572d37e0a6027c36 Mon Sep 17 00:00:00 2001 From: Rick van Lieshout Date: Mon, 25 Aug 2025 11:52:54 +0200 Subject: [PATCH] ci(tests): reset snapshots since FA renders differently --- .../Feed/__snapshots__/Feed.test.tsx.snap | 2 +- .../Icon/__snapshots__/Icon.test.tsx.snap | 2 +- .../Layout/__snapshots__/Layout.test.tsx.snap | 2 +- .../Page/__snapshots__/Page.test.tsx.snap | 2 +- .../__snapshots__/Pagination.test.tsx.snap | 2 +- .../Author/__snapshots__/Author.test.tsx.snap | 2 +- .../__snapshots__/Comments.test.tsx.snap | 2 +- .../__snapshots__/Content.test.tsx.snap | 22 ++++++------------- .../Meta/__snapshots__/Meta.test.tsx.snap | 2 +- .../Tags/__snapshots__/Tags.test.tsx.snap | 2 +- .../Post/__snapshots__/Post.test.tsx.snap | 22 ++++++------------- .../Author/__snapshots__/Author.test.tsx.snap | 2 +- .../__snapshots__/Contacts.test.tsx.snap | 2 +- .../__snapshots__/Copyright.test.tsx.snap | 2 +- .../Menu/__snapshots__/Menu.test.tsx.snap | 2 +- .../__snapshots__/Sidebar.test.tsx.snap | 22 ++++++------------- .../CategoriesTemplate.test.tsx.snap | 22 ++++++------------- .../CategoryTemplate.test.tsx.snap | 22 ++++++------------- .../__snapshots__/IndexTemplate.test.tsx.snap | 22 ++++++------------- .../NotFoundTemplate.test.tsx.snap | 22 ++++++------------- .../__snapshots__/PageTemplate.test.tsx.snap | 22 ++++++------------- .../__snapshots__/PostTemplate.test.tsx.snap | 22 ++++++------------- .../__snapshots__/TagTemplate.test.tsx.snap | 22 ++++++------------- .../__snapshots__/TagsTemplate.test.tsx.snap | 22 ++++++------------- 24 files changed, 90 insertions(+), 178 deletions(-) diff --git a/src/components/Feed/__snapshots__/Feed.test.tsx.snap b/src/components/Feed/__snapshots__/Feed.test.tsx.snap index 79b879d..ca7dc5d 100644 --- a/src/components/Feed/__snapshots__/Feed.test.tsx.snap +++ b/src/components/Feed/__snapshots__/Feed.test.tsx.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`Feed renders correctly 1`] = `
diff --git a/src/components/Icon/__snapshots__/Icon.test.tsx.snap b/src/components/Icon/__snapshots__/Icon.test.tsx.snap index 305201e..3716412 100644 --- a/src/components/Icon/__snapshots__/Icon.test.tsx.snap +++ b/src/components/Icon/__snapshots__/Icon.test.tsx.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`Icon renders correctly 1`] = ` diff --git a/src/components/Page/__snapshots__/Page.test.tsx.snap b/src/components/Page/__snapshots__/Page.test.tsx.snap index 424d419..09bc848 100644 --- a/src/components/Page/__snapshots__/Page.test.tsx.snap +++ b/src/components/Page/__snapshots__/Page.test.tsx.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`Page renders correctly 1`] = `
diff --git a/src/components/Pagination/__snapshots__/Pagination.test.tsx.snap b/src/components/Pagination/__snapshots__/Pagination.test.tsx.snap index 8f8013c..30f3bb7 100644 --- a/src/components/Pagination/__snapshots__/Pagination.test.tsx.snap +++ b/src/components/Pagination/__snapshots__/Pagination.test.tsx.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`Pagination renders correctly 1`] = `
diff --git a/src/components/Post/Comments/__snapshots__/Comments.test.tsx.snap b/src/components/Post/Comments/__snapshots__/Comments.test.tsx.snap index b16a2b2..a1ed8be 100644 --- a/src/components/Post/Comments/__snapshots__/Comments.test.tsx.snap +++ b/src/components/Post/Comments/__snapshots__/Comments.test.tsx.snap @@ -1,3 +1,3 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`Comments renders correctly 1`] = `null`; diff --git a/src/components/Post/Content/__snapshots__/Content.test.tsx.snap b/src/components/Post/Content/__snapshots__/Content.test.tsx.snap index 72fa59c..2166553 100644 --- a/src/components/Post/Content/__snapshots__/Content.test.tsx.snap +++ b/src/components/Post/Content/__snapshots__/Content.test.tsx.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`Content renders correctly 1`] = ` [ @@ -69,19 +69,15 @@ exports[`Content renders correctly 1`] = ` >
@@ -102,19 +98,15 @@ exports[`Content renders correctly 1`] = ` >
diff --git a/src/components/Post/Meta/__snapshots__/Meta.test.tsx.snap b/src/components/Post/Meta/__snapshots__/Meta.test.tsx.snap index 52d1a22..d3d80ce 100644 --- a/src/components/Post/Meta/__snapshots__/Meta.test.tsx.snap +++ b/src/components/Post/Meta/__snapshots__/Meta.test.tsx.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`Meta renders correctly 1`] = `
diff --git a/src/components/Post/Tags/__snapshots__/Tags.test.tsx.snap b/src/components/Post/Tags/__snapshots__/Tags.test.tsx.snap index e400c69..8c83ffa 100644 --- a/src/components/Post/Tags/__snapshots__/Tags.test.tsx.snap +++ b/src/components/Post/Tags/__snapshots__/Tags.test.tsx.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`Tags renders correctly 1`] = `
@@ -70,19 +70,15 @@ exports[`Post renders correctly 1`] = ` >
@@ -103,19 +99,15 @@ exports[`Post renders correctly 1`] = ` >
diff --git a/src/components/Sidebar/Author/__snapshots__/Author.test.tsx.snap b/src/components/Sidebar/Author/__snapshots__/Author.test.tsx.snap index af451c7..b9d49b8 100644 --- a/src/components/Sidebar/Author/__snapshots__/Author.test.tsx.snap +++ b/src/components/Sidebar/Author/__snapshots__/Author.test.tsx.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`Author renders correctly 1`] = `
diff --git a/src/components/Sidebar/Contacts/__snapshots__/Contacts.test.tsx.snap b/src/components/Sidebar/Contacts/__snapshots__/Contacts.test.tsx.snap index c1ef7a3..a068976 100644 --- a/src/components/Sidebar/Contacts/__snapshots__/Contacts.test.tsx.snap +++ b/src/components/Sidebar/Contacts/__snapshots__/Contacts.test.tsx.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`Contacts renders correctly 1`] = `
diff --git a/src/components/Sidebar/Copyright/__snapshots__/Copyright.test.tsx.snap b/src/components/Sidebar/Copyright/__snapshots__/Copyright.test.tsx.snap index 734a24e..f5c96dc 100644 --- a/src/components/Sidebar/Copyright/__snapshots__/Copyright.test.tsx.snap +++ b/src/components/Sidebar/Copyright/__snapshots__/Copyright.test.tsx.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`Copyright renders correctly 1`] = `
diff --git a/src/components/Sidebar/Menu/__snapshots__/Menu.test.tsx.snap b/src/components/Sidebar/Menu/__snapshots__/Menu.test.tsx.snap index 74d7a99..e8a7259 100644 --- a/src/components/Sidebar/Menu/__snapshots__/Menu.test.tsx.snap +++ b/src/components/Sidebar/Menu/__snapshots__/Menu.test.tsx.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`Menu renders correctly 1`] = `
@@ -229,19 +225,15 @@ exports[`Sidebar renders correctly 1`] = ` >
diff --git a/src/templates/CategoriesTemplate/__snapshots__/CategoriesTemplate.test.tsx.snap b/src/templates/CategoriesTemplate/__snapshots__/CategoriesTemplate.test.tsx.snap index 3c5e638..765bf07 100644 --- a/src/templates/CategoriesTemplate/__snapshots__/CategoriesTemplate.test.tsx.snap +++ b/src/templates/CategoriesTemplate/__snapshots__/CategoriesTemplate.test.tsx.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`CategoriesTemplate renders correctly 1`] = `
@@ -197,19 +197,15 @@ exports[`CategoriesTemplate renders correctly 1`] = ` >
@@ -230,19 +226,15 @@ exports[`CategoriesTemplate renders correctly 1`] = ` >
diff --git a/src/templates/CategoryTemplate/__snapshots__/CategoryTemplate.test.tsx.snap b/src/templates/CategoryTemplate/__snapshots__/CategoryTemplate.test.tsx.snap index aa38bb3..9a30fbe 100644 --- a/src/templates/CategoryTemplate/__snapshots__/CategoryTemplate.test.tsx.snap +++ b/src/templates/CategoryTemplate/__snapshots__/CategoryTemplate.test.tsx.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`CategoryTemplate renders correctly 1`] = `
@@ -197,19 +197,15 @@ exports[`CategoryTemplate renders correctly 1`] = ` >
@@ -230,19 +226,15 @@ exports[`CategoryTemplate renders correctly 1`] = ` >
diff --git a/src/templates/IndexTemplate/__snapshots__/IndexTemplate.test.tsx.snap b/src/templates/IndexTemplate/__snapshots__/IndexTemplate.test.tsx.snap index 45b3426..93620e1 100644 --- a/src/templates/IndexTemplate/__snapshots__/IndexTemplate.test.tsx.snap +++ b/src/templates/IndexTemplate/__snapshots__/IndexTemplate.test.tsx.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`IndexTemplate renders correctly 1`] = `
@@ -197,19 +197,15 @@ exports[`IndexTemplate renders correctly 1`] = ` >
@@ -230,19 +226,15 @@ exports[`IndexTemplate renders correctly 1`] = ` > diff --git a/src/templates/NotFoundTemplate/__snapshots__/NotFoundTemplate.test.tsx.snap b/src/templates/NotFoundTemplate/__snapshots__/NotFoundTemplate.test.tsx.snap index 5dd8164..8a8a1b1 100644 --- a/src/templates/NotFoundTemplate/__snapshots__/NotFoundTemplate.test.tsx.snap +++ b/src/templates/NotFoundTemplate/__snapshots__/NotFoundTemplate.test.tsx.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`NotFoundTemplate renders correctly 1`] = `
@@ -197,19 +197,15 @@ exports[`NotFoundTemplate renders correctly 1`] = ` >
@@ -230,19 +226,15 @@ exports[`NotFoundTemplate renders correctly 1`] = ` > diff --git a/src/templates/PageTemplate/__snapshots__/PageTemplate.test.tsx.snap b/src/templates/PageTemplate/__snapshots__/PageTemplate.test.tsx.snap index 88bb0fc..d3987ba 100644 --- a/src/templates/PageTemplate/__snapshots__/PageTemplate.test.tsx.snap +++ b/src/templates/PageTemplate/__snapshots__/PageTemplate.test.tsx.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`PageTemplate renders correctly 1`] = `
@@ -197,19 +197,15 @@ exports[`PageTemplate renders correctly 1`] = ` >
@@ -230,19 +226,15 @@ exports[`PageTemplate renders correctly 1`] = ` > diff --git a/src/templates/PostTemplate/__snapshots__/PostTemplate.test.tsx.snap b/src/templates/PostTemplate/__snapshots__/PostTemplate.test.tsx.snap index a794cd4..2ffa320 100644 --- a/src/templates/PostTemplate/__snapshots__/PostTemplate.test.tsx.snap +++ b/src/templates/PostTemplate/__snapshots__/PostTemplate.test.tsx.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`PostTemplate renders correctly 1`] = `
@@ -71,19 +71,15 @@ exports[`PostTemplate renders correctly 1`] = ` >
@@ -104,19 +100,15 @@ exports[`PostTemplate renders correctly 1`] = ` > diff --git a/src/templates/TagTemplate/__snapshots__/TagTemplate.test.tsx.snap b/src/templates/TagTemplate/__snapshots__/TagTemplate.test.tsx.snap index 59a16ba..375c033 100644 --- a/src/templates/TagTemplate/__snapshots__/TagTemplate.test.tsx.snap +++ b/src/templates/TagTemplate/__snapshots__/TagTemplate.test.tsx.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`TagTemplate renders correctly 1`] = `
@@ -197,19 +197,15 @@ exports[`TagTemplate renders correctly 1`] = ` >
@@ -230,19 +226,15 @@ exports[`TagTemplate renders correctly 1`] = ` > diff --git a/src/templates/TagsTemplate/__snapshots__/TagsTemplate.test.tsx.snap b/src/templates/TagsTemplate/__snapshots__/TagsTemplate.test.tsx.snap index ddc24fd..1be3800 100644 --- a/src/templates/TagsTemplate/__snapshots__/TagsTemplate.test.tsx.snap +++ b/src/templates/TagsTemplate/__snapshots__/TagsTemplate.test.tsx.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`TagsTemplate renders correctly 1`] = `
@@ -197,19 +197,15 @@ exports[`TagsTemplate renders correctly 1`] = ` >
@@ -230,19 +226,15 @@ exports[`TagsTemplate renders correctly 1`] = ` >