removed jest-fetch-mock since it turns out I was just manually mocking it anyway

This commit is contained in:
Aster Fialla
2026-02-24 18:06:13 -05:00
parent cdf5c6e537
commit ded5910a7c
3 changed files with 4 additions and 82 deletions

View File

@@ -24,8 +24,7 @@
"@fetch-mock/jest": "^0.2.20",
"babel-jest": "^30.2.0",
"fetch-mock": "^12.6.0",
"jest": "^30.2.0",
"jest-fetch-mock": "^3.0.3"
"jest": "^30.2.0"
},
"scripts": {
"test": "jest"