chore(circleci): removing jest-fetch-mock dependency

This commit is contained in:
blam
2020-10-08 23:01:23 +02:00
parent c82a87f035
commit 00eaa37a1b
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -46,9 +46,7 @@
"@types/jest": "^26.0.7",
"@types/node": "^12.0.0",
"@types/react-lazylog": "^4.5.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/extend-expect';
require('jest-fetch-mock').enableMocks();