Skip to content

Commit

Permalink
feat(Karma): Add mocha style progress to Karma tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed Jul 14, 2017
1 parent 19478ba commit f43d3ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f43d3ea

Please sign in to comment.