File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed
modules/testing/builder/projects/hello-world-app
packages/angular_devkit/build_angular/test/hello-world-lib/projects/lib
tests/legacy-cli/e2e/tests/basic Expand file tree Collapse file tree 3 files changed +0
-9
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 } ,
Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ export default async function () {
2121 require('karma-coverage'),
2222 require('@angular-devkit/build-angular/plugins/karma')
2323 ],
24- client: {
25- clearContext: false // leave Jasmine Spec Runner output visible in browser
26- },
2724 reporters: ['progress', 'kjhtml'],
2825 port: 9876,
2926 colors: true,
You can’t perform that action at this time.
0 commit comments