From 00f275bd6ffc17bb987f92a28774d0932405a45d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Thu, 12 Mar 2020 23:59:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=A1=20Mock:=20add=20express=20for=20mo?= =?UTF-8?q?ck=20(#6117)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ae8ca2c4..a8d18c6a 100644 --- a/package.json +++ b/package.json @@ -98,6 +98,7 @@ "cross-env": "^7.0.0", "cross-port-killer": "^1.1.1", "enzyme": "^3.11.0", + "express": "^4.17.1", "gh-pages": "^2.0.1", "husky": "^4.0.7", "jest-puppeteer": "^4.2.0",