Merge "Add karma-spec-reporter"

This commit is contained in:
Jenkins 2015-11-01 01:44:57 +00:00 committed by Gerrit Code Review
commit ed26267b06
2 changed files with 4 additions and 2 deletions

View File

@ -55,6 +55,7 @@
"karma-coverage": "0.2.6",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "0.2.0",
"karma-spec-reporter": "0.0.20",
"morgan": "^1.6.1",
"phantomjs": "1.9.17",
"pretty-hrtime": "^1.0.0",

View File

@ -23,11 +23,11 @@ module.exports = function(config) {
'app/js/**/*.js': ['browserify', 'babel', 'coverage']
},
reporters: ['progress'],
reporters: ['spec'],
port: 9876,
colors: true,
colors: false,
logLevel: config.LOG_INFO,
@ -42,6 +42,7 @@ module.exports = function(config) {
'karma-browserify',
'karma-coverage',
'karma-jasmine',
'karma-spec-reporter',
'karma-phantomjs-launcher'
],