From 3aa46e8358d3307631faac8a9fc6ba4e284d6b23 Mon Sep 17 00:00:00 2001 From: zhangxiangliang Date: Sat, 22 Aug 2020 18:43:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=20jest=20=E8=B6=85?= =?UTF-8?q?=E6=97=B6=E6=97=B6=E9=97=B4=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jestconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/jestconfig.json b/jestconfig.json index b4c7230..602100e 100644 --- a/jestconfig.json +++ b/jestconfig.json @@ -1,5 +1,6 @@ { "verbose": true, + "testTimeout": 15000, "transform": { "^.+\\.(t|j)sx?$": "ts-jest" },