From 2e536c9b78a10b7d5de58594e602b2541c4179a3 Mon Sep 17 00:00:00 2001 From: Erik Pastor Rios Date: Fri, 2 Oct 2020 18:16:33 +0200 Subject: [PATCH] test(package.json): uninstall jest styled components library Uninstall jest styled components library as it has a bug that breaks the test. See https://github.com/styled-components/jest-styled-components/issues/297 for more info. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 3cc7627c..1c58c93d 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,6 @@ "eslint-plugin-react": "^7.14.2", "eslint-plugin-react-hooks": "^1.6.1", "jest": "^26.4.2", - "jest-styled-components": "^7.0.3", "prettier": "^1.18.2", "react": "^16.8.6", "react-dom": "^16.8.6",