File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ module.exports = function(config) {
39
39
// test results reporter to use
40
40
// possible values: 'dots', 'progress'
41
41
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
42
- reporters : [ 'progress ' ] ,
42
+ reporters : [ 'spec ' ] ,
43
43
44
44
45
45
// web server port
@@ -77,7 +77,8 @@ module.exports = function(config) {
77
77
require ( 'karma-chai-sinon' ) ,
78
78
require ( 'karma-sourcemap-loader' ) ,
79
79
require ( 'karma-phantomjs-launcher' ) ,
80
- require ( 'karma-chrome-launcher' )
80
+ require ( 'karma-chrome-launcher' ) ,
81
+ require ( 'karma-spec-reporter' )
81
82
]
82
83
} )
83
84
}
Original file line number Diff line number Diff line change 9
9
"compile" : " babel -d lib/ components/" ,
10
10
"prepublish" : " npm run compile" ,
11
11
"test" : " scripts/test --single-run"
12
-
13
12
},
14
13
"repository" : {
15
14
"type" : " git" ,
50
49
"karma-mocha" : " ^0.2.0" ,
51
50
"karma-phantomjs-launcher" : " ^0.2.1" ,
52
51
"karma-sourcemap-loader" : " ^0.3.5" ,
52
+ "karma-spec-reporter" : " 0.0.20" ,
53
53
"karma-webpack" : " ^1.7.0" ,
54
54
"mocha" : " ^2.3.3" ,
55
55
"phantomjs" : " ^1.9.18" ,
You can’t perform that action at this time.
0 commit comments