From f3245c4f8f0b6b2625c4a6d5d50161b612fb4757 Mon Sep 17 00:00:00 2001 From: blam Date: Mon, 15 Jun 2020 14:57:53 +0200 Subject: [PATCH] chore(catalog/msw): resetting package.json --- plugins/catalog/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/catalog/package.json b/plugins/catalog/package.json index 91fa4fdbee..eb8672bc42 100644 --- a/plugins/catalog/package.json +++ b/plugins/catalog/package.json @@ -48,6 +48,7 @@ "@types/jest": "^25.2.2", "@types/node": "^12.0.0", "@types/testing-library__jest-dom": "^5.0.4", + "jest-fetch-mock": "^3.0.3", "msw": "^0.19.0", "react-test-renderer": "^16.13.1", "whatwg-fetch": "^3.0.0"