Skip to content

Commit

Permalink
Merge pull request jvandemo#26 from simplesthing/master
Browse files Browse the repository at this point in the history
Add karma-spec-reporter
  • Loading branch information
jvandemo committed Apr 14, 2015
2 parents e5f3708 + aed9c93 commit 77241af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"karma-mocha": "^0.1.8",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon-chai": "^0.2.0",
"karma-spec-reporter": "^0.0.18",
"mocha": "^1.21.4",
"run-sequence": "^1.0.2",
"sinon": "^1.10.3",
Expand Down
5 changes: 3 additions & 2 deletions app/templates/karma-src.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ module.exports = function(config) {
'karma-chrome-launcher',
'karma-phantomjs-launcher',
'karma-jquery',
'karma-chai-jquery'
'karma-chai-jquery',
'karma-spec-reporter'
],

// list of files / patterns to load in the browser
Expand Down Expand Up @@ -49,7 +50,7 @@ module.exports = function(config) {
// test results reporter to use
// possible values: 'dots', 'progress'
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
reporters: ['progress'],
reporters: ['progress', 'spec'],


// web server port
Expand Down

0 comments on commit 77241af

Please sign in to comment.