From 307278783964be681afc7f3012869c47db9348a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=97=E4=BD=A0=E6=98=AF=E5=B0=8F=E7=8C=AB=E5=92=AA?= Date: Wed, 20 Nov 2019 11:46:56 +0800 Subject: [PATCH] chore: add @types/jest dependencies (#19816) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9f5b3cdeb419..ec719aa0b54b 100644 --- a/package.json +++ b/package.json @@ -151,6 +151,7 @@ "@stackblitz/sdk": "^1.3.0", "@types/classnames": "^2.2.8", "@types/gtag.js": "^0.0.3", + "@types/jest": "^24.0.23", "@types/lodash": "^4.14.139", "@types/prop-types": "^15.7.1", "@types/raf": "^3.4.0",