From f7a3bcfd831e922f838dab34442fb7ba063d5163 Mon Sep 17 00:00:00 2001 From: Dick Wolff <5620002+dickwolff@users.noreply.github.com> Date: Sat, 30 Dec 2023 00:00:49 +0100 Subject: [PATCH] Cleanup jest test command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6c46bb..90ba985 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "start": "nodemon", - "test": "jest --coverage --collectCoverageFrom='src/**/*.ts' --coverageReporters='text,cobertura'" + "test": "jest --coverage" }, "author": "Dick Wolff", "repository": {