Skip to content

Commit 36da9d7

Browse files
alan-agius4clydin
authored andcommitted
test(@angular-devkit/build-angular): remove invalid project extensions from test projects
This causes logs to be printed during test runs. (cherry picked from commit c2c4cac)
1 parent ef6da4a commit 36da9d7

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

packages/angular_devkit/build_angular/test/hello-world-app/angular.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
}
99
},
1010
"schematics": {},
11-
"targets": {},
1211
"projects": {
1312
"app": {
1413
"root": "src",

packages/angular_devkit/build_webpack/test/angular-app/angular.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
}
99
},
1010
"schematics": {},
11-
"targets": {},
1211
"projects": {
1312
"app": {
1413
"root": "src",

packages/angular_devkit/build_webpack/test/basic-app/angular.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"newProjectRoot": "./projects",
55
"cli": {},
66
"schematics": {},
7-
"targets": {},
87
"projects": {
98
"app": {
109
"root": "src",

0 commit comments

Comments
 (0)