Skip to content

Commit 465414a

Browse files
committed
fix(@schematics/angular): remove unused karma config option
This option isn't used anymore.
1 parent d8ba97f commit 465414a

File tree

5 files changed

+0
-15
lines changed

5 files changed

+0
-15
lines changed

packages/schematics/angular/application/files/root/karma.conf.js

-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ module.exports = function (config) {
2020
reports: ['html', 'lcovonly'],
2121
fixWebpackSourcePaths: true
2222
},
23-
angularCli: {
24-
environment: 'dev'
25-
},
2623
reporters: ['progress', 'kjhtml'],
2724
port: 9876,
2825
colors: true,

packages/schematics/angular/library/files/__projectRoot__/karma.conf.js

-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ module.exports = function (config) {
2020
reports: ['html', 'lcovonly'],
2121
fixWebpackSourcePaths: true
2222
},
23-
angularCli: {
24-
environment: 'dev'
25-
},
2623
reporters: ['progress', 'kjhtml'],
2724
port: 9876,
2825
colors: true,

tests/@angular_devkit/build_angular/hello-world-app/karma.conf.js

-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ module.exports = function (config) {
2222
reports: [ 'html', 'lcovonly' ],
2323
fixWebpackSourcePaths: true
2424
},
25-
angularCli: {
26-
environment: 'dev'
27-
},
2825
reporters: ['progress', 'kjhtml'],
2926
port: 9876,
3027
colors: true,

tests/@angular_devkit/build_ng_packagr/ng-packaged/projects/lib/karma.conf.js

-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ module.exports = function (config) {
2020
reports: ['html', 'lcovonly'],
2121
fixWebpackSourcePaths: true
2222
},
23-
angularCli: {
24-
environment: 'dev'
25-
},
2623
reporters: ['progress', 'kjhtml'],
2724
port: 9876,
2825
colors: true,

tests/@angular_devkit/build_webpack/hello-world-app/karma.conf.js

-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ module.exports = function (config) {
2222
reports: [ 'html', 'lcovonly' ],
2323
fixWebpackSourcePaths: true
2424
},
25-
angularCli: {
26-
environment: 'dev'
27-
},
2825
reporters: ['progress', 'kjhtml'],
2926
port: 9876,
3027
colors: true,

0 commit comments

Comments
 (0)