Skip to content

Commit

Permalink
Changed Karma to not show console output during tests [#465]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Oct 12, 2020
1 parent 5df13b2 commit 23d1a26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion comixed-frontend/src/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ module.exports = function(config) {
require('karma-mocha-reporter')
],
client: {
clearContext: false // leave Jasmine Spec Runner output visible in browser
clearContext: false,
captureConsole: false,
},
coverageIstanbulReporter: {
reports: ['html', 'lcovonly'],
Expand Down

0 comments on commit 23d1a26

Please sign in to comment.