chore(github-actions): removing node-fetch and jest-fetch-mock as dependencies

This commit is contained in:
blam
2020-10-09 12:57:58 +02:00
parent 5f66d4f86b
commit 338baece6f
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -47,9 +47,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();