chore(kubernetes-backend): removing node-fetch and jest-fetch-mock

This commit is contained in:
blam
2020-10-09 13:30:49 +02:00
parent f258c5e3ff
commit 54ef1eea7e
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -38,7 +38,6 @@
},
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.24",
"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 {};