From 71ce22fa034f822da5c04385cc2fbc8f3f3f6dce Mon Sep 17 00:00:00 2001 From: salimtb Date: Fri, 11 Oct 2024 19:41:37 +0200 Subject: [PATCH] fix: fix snapshot --- .../__snapshots__/Icon.test.tsx.snap | 125 ------------------ .../__snapshots__/Root.test.tsx.snap | 13 -- 2 files changed, 138 deletions(-) delete mode 100644 app/components/UI/Notification/NotificationMenuItem/__snapshots__/Icon.test.tsx.snap delete mode 100644 app/components/UI/Notification/NotificationMenuItem/__snapshots__/Root.test.tsx.snap diff --git a/app/components/UI/Notification/NotificationMenuItem/__snapshots__/Icon.test.tsx.snap b/app/components/UI/Notification/NotificationMenuItem/__snapshots__/Icon.test.tsx.snap deleted file mode 100644 index ab6ba83caea..00000000000 --- a/app/components/UI/Notification/NotificationMenuItem/__snapshots__/Icon.test.tsx.snap +++ /dev/null @@ -1,125 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`NotificationIcon matches snapshot when icon is provided 1`] = ` -[ - - - - - - - - - - - - , - , -] -`; diff --git a/app/components/UI/Notification/NotificationMenuItem/__snapshots__/Root.test.tsx.snap b/app/components/UI/Notification/NotificationMenuItem/__snapshots__/Root.test.tsx.snap deleted file mode 100644 index 0a3c705f1ec..00000000000 --- a/app/components/UI/Notification/NotificationMenuItem/__snapshots__/Root.test.tsx.snap +++ /dev/null @@ -1,13 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`NotificationRoot matches snapshot 1`] = ` - -`;