feat(Karma): Add mocha style progress to Karma tests

This commit is contained in:
Mikael Korpela
2017-07-13 22:54:05 +03:00
parent 19478ba942
commit f43d3ead05
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ var _ = require('lodash'),
defaultAssets = require('./config/assets/default'),
testAssets = require('./config/assets/test'),
testConfig = require('./config/env/test'),
karmaReporters = ['progress'];
karmaReporters = ['mocha'];
// Karma configuration
module.exports = function (karmaConfig) {

View File

@@ -106,6 +106,7 @@
"karma-chrome-launcher": "~2.0.0",
"karma-coverage": "~1.1.1",
"karma-jasmine": "~1.1.0",
"karma-mocha-reporter": "~2.2.3",
"karma-ng-html2js-preprocessor": "~1.0.0",
"lcov-result-merger": "~1.2.0",
"run-sequence": "~1.2.2",