diff --git a/package.json b/package.json index 7c4da83..987b2f1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "build": "tsc --declaration || true", "prebuild": "rimraf dist", "test": "jest", - "test:ci": "jest --ci --testResultsProcessor='jest-junit'", + "test:ci": "jest --ci --testResultsProcessor='jest-junit' --coverage", "test:watch": "jest --watch", "coverage": "jest --coverage", "coverage:watch": "jest --coverage --watch",