Skip to content

Commit 449ae96

Browse files
Ivandgp1130
Ivan
authored andcommitted
fix(@angular/cli): add skipTests to @schematics/angular:component in config schema
(cherry picked from commit 8deb4cb)
1 parent 9126511 commit 449ae96

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/angular/cli/lib/config/schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@
151151
"enum": ["Emulated", "Native", "None", "ShadowDom"],
152152
"type": "string",
153153
"alias": "v"
154+
},
155+
"skipTests": {
156+
"type": "boolean",
157+
"description": "When true, does not create test files.",
158+
"default": false
154159
}
155160
}
156161
},

0 commit comments

Comments
 (0)