diff --git a/package.json b/package.json index 432d9e6..1d24684 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "prettier:check": "prettier --list-different \"./**/*.{md,json,yaml,js,ts}\"", "test-spec": "jest \"spec/*.ts\"", "test-cov": "jest \"spec/*.ts\" --coverage", - "test": "npm run build && npm run eslint && npm run test-spec" + "test": "npm run build && npm run eslint && npm run test-cov" }, "repository": { "type": "git",