Skip to content

Commit 36829b9

Browse files
committed
Use "dots" karma reporter (for Travis CI web UI)
1 parent 41766b5 commit 36829b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

karma.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ module.exports = function (config) {
1717
'tests.webpack.js': [ 'webpack', 'sourcemap' ]
1818
},
1919

20+
reporters: [ 'dots' ],
21+
2022
webpack: {
2123
devtool: 'inline-source-map',
2224
module: {

0 commit comments

Comments
 (0)