From b7e41a556524ec849c46ac17fb3d4a8a4d21a7f0 Mon Sep 17 00:00:00 2001 From: Marcus Eide Date: Tue, 29 Sep 2020 14:45:09 +0200 Subject: [PATCH] Remove jest-fetch-mock --- plugins/user-settings/src/setupTests.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/user-settings/src/setupTests.ts b/plugins/user-settings/src/setupTests.ts index 4b4cdbdaaf..0bfa67b49a 100644 --- a/plugins/user-settings/src/setupTests.ts +++ b/plugins/user-settings/src/setupTests.ts @@ -14,5 +14,3 @@ * limitations under the License. */ import '@testing-library/jest-dom'; - -require('jest-fetch-mock').enableMocks();