From c5392079d956ef2eb4a25ba8e1e16cad24362b95 Mon Sep 17 00:00:00 2001 From: rozetko Date: Tue, 20 Dec 2022 19:25:35 +0300 Subject: [PATCH] rm unused file --- ...veCurrentConfigurationButton.test.tsx.snap | 36 ------------------- 1 file changed, 36 deletions(-) delete mode 100644 src/components/PluginConfigPage/parts/RemoveCurrentConfigurationButton/__snapshots__/RemoveCurrentConfigurationButton.test.tsx.snap diff --git a/src/components/PluginConfigPage/parts/RemoveCurrentConfigurationButton/__snapshots__/RemoveCurrentConfigurationButton.test.tsx.snap b/src/components/PluginConfigPage/parts/RemoveCurrentConfigurationButton/__snapshots__/RemoveCurrentConfigurationButton.test.tsx.snap deleted file mode 100644 index 3b04735..0000000 --- a/src/components/PluginConfigPage/parts/RemoveCurrentConfigurationButton/__snapshots__/RemoveCurrentConfigurationButton.test.tsx.snap +++ /dev/null @@ -1,36 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`RemoveCurrentConfigurationButton It renders properly when disabled 1`] = ` - -
- -
- -`; - -exports[`RemoveCurrentConfigurationButton It renders properly when enabled 1`] = ` - -
- -
- -`;