This repository was archived by the owner on Jan 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ module.exports = function (config) {
56
56
// test results reporter to use
57
57
// possible values: 'dots', 'progress'
58
58
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
59
- reporters : [ 'progress' , 'coverage' ] ,
59
+ reporters : [ 'progress' , 'coverage' , 'html' ] ,
60
60
61
61
62
62
// web server port
@@ -86,4 +86,4 @@ module.exports = function (config) {
86
86
singleRun : ciEnv
87
87
} ;
88
88
config . set ( _config ) ;
89
- } ;
89
+ } ;
Original file line number Diff line number Diff line change 47
47
"argv-set-env" : " ^1.0.0" ,
48
48
"babel" : " ^5.8.3" ,
49
49
"babel-core" : " ^5.0.0" ,
50
- "babel-loader" : " ^5.3.2" ,
51
50
"babel-eslint" : " ^4.1.6" ,
52
- "eslint" : " ^1.10.3" ,
53
- "mys-common-tools" : " latest" ,
51
+ "babel-loader" : " ^5.3.2" ,
54
52
"codacy-coverage" : " ^1.1.3" ,
55
53
"codecov.io" : " ^0.1.6" ,
56
54
"coveralls" : " ^2.11.4" ,
55
+ "eslint" : " ^1.10.3" ,
57
56
"html-loader" : " ^0.4.0" ,
58
57
"isparta" : " ^4.0.0" ,
59
58
"isparta-loader" : " 1.0.0" ,
65
64
"karma-coverage" : " ^0.5.3" ,
66
65
"karma-firefox-launcher" : " ^0.1.7" ,
67
66
"karma-jasmine" : " ^0.3.6" ,
67
+ "karma-jasmine-html-reporter" : " ^0.1.8" ,
68
68
"karma-sourcemap-loader" : " ^0.3.6" ,
69
69
"karma-webpack" : " ^1.7.0" ,
70
70
"lodash" : " ^3.10.1" ,
71
+ "mys-common-tools" : " latest" ,
71
72
"webpack" : " ^1.12.9"
72
73
}
73
74
}
You can’t perform that action at this time.
0 commit comments