Skip to content

Commit

Permalink
Improved unit test console output
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Lonkowski committed Jun 3, 2016
1 parent 2d4bf4e commit a786823
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Expand Up @@ -35,7 +35,7 @@ module.exports = function(config) {
browsers: ['PhantomJS'],
// The reporters with which to surface test results.
reporters: [
'dots',
'spec',
'coverage',
'junit'
],
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -59,12 +59,13 @@
"karma-junit-reporter": "0.3.7",
"karma-phantomjs-launcher": "0.1.4",
"karma-phantomjs-shim": "1.0.0",
"karma-spec-reporter": "0.0.26",
"karma-threshold-reporter": "0.1.15",
"numeral": "1.5.3",
"pre-commit": "1.1.2",
"reconnectingwebsocket": "1.0.0",
"react-test-kit": "git@github.com:Smaato/react-test-kit.git#v0.1.0",
"react-transform-hmr": "1.0.1",
"reconnectingwebsocket": "1.0.0",
"run-sequence": "1.1.2",
"sizzle": "2.2.0",
"vinyl-source-stream": "1.1.0",
Expand Down

0 comments on commit a786823

Please sign in to comment.