Disable unit test console logging
This commit is contained in:
parent
b4ea7c8b9f
commit
067d0b0d64
@ -17,6 +17,7 @@ module.exports = function (config) {
|
||||
require('@angular-devkit/build-angular/plugins/karma')
|
||||
],
|
||||
client:{
|
||||
captureConsole: false,
|
||||
clearContext: false // leave Jasmine Spec Runner output visible in browser
|
||||
},
|
||||
coverageIstanbulReporter: {
|
||||
|
Reference in New Issue
Block a user