From 76675e8251d272f43421e362d200ea7df4caca8e Mon Sep 17 00:00:00 2001 From: Erindcl Date: Tue, 29 Dec 2020 19:18:38 +0800 Subject: [PATCH] fix: jest command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a586de..3662afb 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "build": "rm -rf dist && tsc", "eslint": "eslint ./src/**/*.ts", "check-types": "tsc --skipLibCheck", - "test": "jest --coverage" + "test": "jest" }, "author": "dt-insight-front", "license": "ISC",