From 49727f026c4c83c2e7546991eca1fed1c96ff4e0 Mon Sep 17 00:00:00 2001 From: Razzwan Date: Thu, 26 May 2022 03:54:02 +0300 Subject: [PATCH] chore(karma): tests output improved --- karma.conf.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/karma.conf.ts b/karma.conf.ts index 7080424..b85e23e 100644 --- a/karma.conf.ts +++ b/karma.conf.ts @@ -84,7 +84,8 @@ export default function (config: WholeConfig) { // test results reporter to use // possible values: 'dots', 'progress' // available reporters: https://www.npmjs.com/search?q=keywords:karma-reporter - reporters: ['progress', 'mocha', 'dots', 'coverage-istanbul'], + // reporters: ['progress', 'mocha', 'dots', 'coverage-istanbul'], + reporters: ['mocha', 'coverage-istanbul'], // Continuous Integration mode // if true, Karma captures browsers, runs the tests and exits