Skip to content

Commit 6c3860e

Browse files
chore: ng update
1 parent 97df3eb commit 6c3860e

File tree

6 files changed

+7699
-11786
lines changed

6 files changed

+7699
-11786
lines changed

src/angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
}
8585
},
8686
"test": {
87-
"builder": "@angular-devkit/build-angular:karma",
87+
"builder": "@angular/build:karma",
8888
"options": {
8989
"polyfills": [
9090
"zone.js",

src/karma.conf.prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = function (config) {
1010
require('karma-chrome-launcher'),
1111
require('karma-jasmine-html-reporter'),
1212
require('karma-coverage'),
13-
require('@angular-devkit/build-angular/plugins/karma')
13+
1414
],
1515
client: {
1616
jasmine: {

0 commit comments

Comments
 (0)