feat: 修改 jest 超时时间配置

This commit is contained in:
zhangxiangliang 2020-08-22 18:43:56 +08:00
parent 3c2a374d98
commit 3aa46e8358

View File

@ -1,5 +1,6 @@
{
"verbose": true,
"testTimeout": 15000,
"transform": {
"^.+\\.(t|j)sx?$": "ts-jest"
},