Skip to content

Commit

Permalink
chore(karma): tests output improved
Browse files Browse the repository at this point in the history
  • Loading branch information
Razzwan committed May 26, 2022
1 parent 0963896 commit 49727f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion karma.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49727f0

Please sign in to comment.