Skip to content

Commit 8deb4cb

Browse files
Ivandgp1130
Ivan
authored andcommitted
fix(@angular/cli): add skipTests to @schematics/angular:component in config schema
1 parent ac37175 commit 8deb4cb

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
@@ -157,6 +157,11 @@
157157
"enum": ["Emulated", "Native", "None", "ShadowDom"],
158158
"type": "string",
159159
"alias": "v"
160+
},
161+
"skipTests": {
162+
"type": "boolean",
163+
"description": "When true, does not create test files.",
164+
"default": false
160165
}
161166
}
162167
},

0 commit comments

Comments
 (0)