From dc0c53e521a9f465e38be1952d0b8c4f1e570ae5 Mon Sep 17 00:00:00 2001 From: Crash-- Date: Tue, 14 Nov 2023 17:03:09 +0100 Subject: [PATCH] test: Remove old snapshops --- .../KonnectorErrors.spec.jsx.snap | 41 ------------------- 1 file changed, 41 deletions(-) delete mode 100644 src/components/__snapshots__/KonnectorErrors.spec.jsx.snap diff --git a/src/components/__snapshots__/KonnectorErrors.spec.jsx.snap b/src/components/__snapshots__/KonnectorErrors.spec.jsx.snap deleted file mode 100644 index f7efc15899..0000000000 --- a/src/components/__snapshots__/KonnectorErrors.spec.jsx.snap +++ /dev/null @@ -1,41 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`KonnectorErrors should hide errors when the konnector or account is missing 1`] = ` -
-
- My connected services -
-
-`; - -exports[`KonnectorErrors should render divider when all errors are muted 1`] = ` -
-
- My connected services -
-
-`; - -exports[`KonnectorErrors should render divider when there are errors but no installed konnector 1`] = ` -
-
- My connected services -
-
-`; - -exports[`KonnectorErrors should render divider when there are no errors 1`] = ` -
-
- My connected services -
-
-`;