File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
modules/testing/builder/projects/hello-world-app
packages/angular_devkit/build_angular/test/hello-world-lib/projects/lib Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ module.exports = function(config) {
2323 require ( 'karma-coverage' ) ,
2424 require ( '@angular-devkit/build-angular/plugins/karma' ) ,
2525 ] ,
26- client : {
27- clearContext : false , // leave Jasmine Spec Runner output visible in browser
28- } ,
2926 jasmineHtmlReporter : {
3027 suppressAll : true // removes the duplicated traces
3128 } ,
Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ module.exports = function (config) {
2020 require ( 'karma-coverage-istanbul-reporter' ) ,
2121 require ( '@angular-devkit/build-angular/plugins/karma' )
2222 ] ,
23- client : {
24- clearContext : false // leave Jasmine Spec Runner output visible in browser
25- } ,
2623 jasmineHtmlReporter : {
2724 suppressAll : true // removes the duplicated traces
2825 } ,
You can’t perform that action at this time.
0 commit comments