fix: jest command

This commit is contained in:
Erindcl 2020-12-29 19:18:38 +08:00
parent 6b16f752e4
commit 76675e8251

View File

@ -18,7 +18,7 @@
"build": "rm -rf dist && tsc", "build": "rm -rf dist && tsc",
"eslint": "eslint ./src/**/*.ts", "eslint": "eslint ./src/**/*.ts",
"check-types": "tsc --skipLibCheck", "check-types": "tsc --skipLibCheck",
"test": "jest --coverage" "test": "jest"
}, },
"author": "dt-insight-front", "author": "dt-insight-front",
"license": "ISC", "license": "ISC",