chore: removing more occurences of jest-fetch-mock and node-fetch

This commit is contained in:
blam
2020-10-09 13:34:08 +02:00
parent 54ef1eea7e
commit 97e0b6df35
12 changed files with 0 additions and 23 deletions
-2
View File
@@ -42,9 +42,7 @@
"@testing-library/user-event": "^12.0.7",
"@types/jest": "^26.0.7",
"@types/node": "^12.0.0",
"jest-fetch-mock": "^3.0.3",
"msw": "^0.21.2",
"node-fetch": "^2.6.1",
"cross-fetch": "^3.0.6"
},
"files": [
-2
View File
@@ -15,5 +15,3 @@
*/
import '@testing-library/jest-dom';
require('jest-fetch-mock').enableMocks();
-2
View File
@@ -38,9 +38,7 @@
"@testing-library/user-event": "^12.0.7",
"@types/jest": "^26.0.7",
"@types/node": "^12.0.0",
"jest-fetch-mock": "^3.0.3",
"msw": "^0.21.2",
"node-fetch": "^2.6.1",
"cross-fetch": "^3.0.6"
},
"files": [
-2
View File
@@ -15,5 +15,3 @@
*/
import '@testing-library/jest-dom';
require('jest-fetch-mock').enableMocks();
-2
View File
@@ -27,7 +27,6 @@
"express-promise-router": "^3.0.3",
"http-proxy-middleware": "^0.19.1",
"morgan": "^1.10.0",
"node-fetch": "^2.6.0",
"uuid": "^8.0.0",
"winston": "^3.2.1",
"yaml": "^1.9.2",
@@ -40,7 +39,6 @@
"@types/supertest": "^2.0.8",
"@types/uuid": "^8.0.0",
"@types/yup": "^0.28.2",
"jest-fetch-mock": "^3.0.3",
"supertest": "^4.0.2"
},
"files": [
-2
View File
@@ -14,6 +14,4 @@
* limitations under the License.
*/
require('jest-fetch-mock').enableMocks();
export {};
-2
View File
@@ -43,9 +43,7 @@
"@testing-library/user-event": "^12.0.7",
"@types/jest": "^26.0.7",
"@types/node": "^12.0.0",
"jest-fetch-mock": "^3.0.3",
"msw": "^0.21.2",
"node-fetch": "^2.6.1",
"cross-fetch": "^3.0.6"
},
"files": [
@@ -15,5 +15,3 @@
*/
import '@testing-library/jest-dom';
require('jest-fetch-mock').enableMocks();
-1
View File
@@ -39,7 +39,6 @@
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.24",
"@types/supertest": "^2.0.8",
"jest-fetch-mock": "^3.0.3",
"supertest": "^4.0.2"
},
"files": [
@@ -14,6 +14,4 @@
* limitations under the License.
*/
require('jest-fetch-mock').enableMocks();
export {};
-2
View File
@@ -47,9 +47,7 @@
"@types/jest": "^26.0.7",
"@types/node": "^12.0.0",
"@types/react": "^16.9",
"jest-fetch-mock": "^3.0.3",
"msw": "^0.21.2",
"node-fetch": "^2.6.1",
"cross-fetch": "^3.0.6"
},
"files": [
-2
View File
@@ -15,5 +15,3 @@
*/
import '@testing-library/jest-dom';
require('jest-fetch-mock').enableMocks();