Skip to content

Commit

Permalink
fix(@angular/cli): add skipTests to @schematics/angular:component in …
Browse files Browse the repository at this point in the history
…config schema

(cherry picked from commit 8deb4cb)
  • Loading branch information
LendsMan authored and dgp1130 committed Feb 12, 2020
1 parent 9126511 commit 449ae96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/angular/cli/lib/config/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@
"enum": ["Emulated", "Native", "None", "ShadowDom"],
"type": "string",
"alias": "v"
},
"skipTests": {
"type": "boolean",
"description": "When true, does not create test files.",
"default": false
}
}
},
Expand Down

0 comments on commit 449ae96

Please sign in to comment.