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",