From c9817aedc891c23e450253cebf18f353bf9c2042 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Thu, 13 Dec 2018 20:01:08 +0100 Subject: [PATCH] Install "jest-styled-components" package References: (1) https://github.com/styled-components/jest-styled-components Associated epics: GH-38 Associated issues: GH-39 GH-76 --- package-lock.json | 9 +++++++++ package.json | 1 + 2 files changed, 10 insertions(+) diff --git a/package-lock.json b/package-lock.json index 0aa49a1d..e90f2415 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10150,6 +10150,15 @@ "semver": "^5.5.0" } }, + "jest-styled-components": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/jest-styled-components/-/jest-styled-components-6.3.1.tgz", + "integrity": "sha512-zie3ajvJbwlbHCAq8/Bv5jdbcYCz0ZMRNNX6adL7wSRpkCVPQtiJigv1140JN1ZOJIODPn8VKrjeFCN+jlPa7w==", + "dev": true, + "requires": { + "css": "^2.2.4" + } + }, "jest-util": { "version": "23.4.0", "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-23.4.0.tgz", diff --git a/package.json b/package.json index d9b4cd36..1a645a28 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,7 @@ "jest": "23.6.0", "jest-dom": "2.1.1", "jest-junit": "5.2.0", + "jest-styled-components": "6.3.1", "lint-staged": "8.1.0", "npm-run-all": "4.1.5", "prettier": "1.15.2",