Skip to content

Commit 485bbd7

Browse files
committed
Config: sets Karma reporter to docs (default)
This provides better test feedback on readability, and allows using Karma's --grep option easily.
1 parent f76a2c2 commit 485bbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma-src.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = function(config) {
4444
// test results reporter to use
4545
// possible values: 'dots', 'progress'
4646
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
47-
reporters: ['progress', 'spec'],
47+
reporters: ['spec'],
4848

4949

5050
// web server port

0 commit comments

Comments
 (0)