From dd829249122948fd66dd885dbd39a0cd9167118d Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sat, 25 Sep 2021 17:11:29 +0000 Subject: Tweak jest configuration --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 271dd1a..deda25d 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "lint": "eslint 'src/**/*.ts'", "lint:fix": "eslint --fix 'src/**/*.ts'", "test": "jest", - "test:coverage": "jest --coverage --coverageReporters cobertura", + "test:coverage": "jest --coverage", "tsc": "tsc", "doc": "typedoc src" }, @@ -80,6 +80,10 @@ "lines": 85, "statements": 85 } - } + }, + "coverageReporters": [ + "cobertura", + "text" + ] } } -- cgit