From 707c2751ab1228ded0b4844401f54180c062936e Mon Sep 17 00:00:00 2001 From: blam Date: Fri, 9 Oct 2020 13:21:04 +0200 Subject: [PATCH] chore(jenkins): removing node-fetch and jest-fetch-mock as dependencies --- plugins/jenkins/package.json | 2 -- plugins/jenkins/src/setupTests.ts | 2 -- 2 files changed, 4 deletions(-) diff --git a/plugins/jenkins/package.json b/plugins/jenkins/package.json index 53c17b8e3d..93bcdf2247 100644 --- a/plugins/jenkins/package.json +++ b/plugins/jenkins/package.json @@ -44,9 +44,7 @@ "@types/jest": "^26.0.7", "@types/node": "^12.0.0", "@types/testing-library__jest-dom": "^5.9.1", - "jest-fetch-mock": "^3.0.3", "msw": "^0.21.2", - "node-fetch": "^2.6.1", "cross-fetch": "^3.0.6" }, "files": [ diff --git a/plugins/jenkins/src/setupTests.ts b/plugins/jenkins/src/setupTests.ts index 8553642152..825bcd4115 100644 --- a/plugins/jenkins/src/setupTests.ts +++ b/plugins/jenkins/src/setupTests.ts @@ -15,5 +15,3 @@ */ import '@testing-library/jest-dom'; - -require('jest-fetch-mock').enableMocks();