Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 2087a2a

Browse files
committed
test(karma): remove progress reporter
It's more helpful to see the test results and they run fast enough
1 parent d6117cf commit 2087a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default (config: Config): void => {
4747
},
4848
},
4949

50-
reporters: ['progress', 'mocha', 'coverage-istanbul'],
50+
reporters: ['mocha', 'coverage-istanbul'],
5151
mochaReporter: {
5252
showDiff: true,
5353
},

0 commit comments

Comments
 (0)