Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Commit

Permalink
Update karma.conf.js
Browse files Browse the repository at this point in the history
Adding back 'progress' as one of the "reporters" so that when running `ng test` in a terminal you get feedback on test executions and pass/fails.
  • Loading branch information
elvisisking committed Oct 31, 2017
1 parent 7e0b2e3 commit 4a9d928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngapp/karma.conf.js
Expand Up @@ -18,7 +18,7 @@ module.exports = function (config) {
angularCli: {
environment: 'dev'
},
reporters: ['junit'],
reporters: ['junit', 'progress'],
autoWatch: false,
browsers: [ 'PhantomJS' ],
singleRun: true
Expand Down

0 comments on commit 4a9d928

Please sign in to comment.