test(project): use spec reporter

This commit is contained in:
Nico Rehwaldt 2016-06-07 10:25:00 +02:00
parent 0ba239bbce
commit 2a989465fb
2 changed files with 2 additions and 1 deletions

View File

@ -55,6 +55,7 @@
"karma-phantomjs-launcher": "^0.2.0",
"karma-safari-launcher": "^0.1.1",
"karma-sinon-chai": "~0.3.0",
"karma-spec-reporter": "0.0.26",
"load-grunt-tasks": "^0.3.0",
"mocha": "^2.2.5",
"mocha-test-container-support": "0.2.0",

View File

@ -27,7 +27,7 @@ module.exports = function(karma) {
'test/**/*Spec.js': [ 'browserify', 'env' ]
},
reporters: [ 'dots' ],
reporters: [ 'spec' ],
browsers: [ 'PhantomJS' ],