Skip to content

Instantly share code, notes, and snippets.

@noam-honig
Created October 4, 2021 06:23
Show Gist options
  • Save noam-honig/c483b286a208ea921baa6669262a4ef7 to your computer and use it in GitHub Desktop.
Save noam-honig/c483b286a208ea921baa6669262a4ef7 to your computer and use it in GitHub Desktop.
how to configure angular not to create tests on create component
"projects": {
"hug-moms": {
"root": "",
"sourceRoot": "src",
"projectType": "application",
"prefix": "app",
"schematics": {
"@schematics/angular:component": {
"style": "scss",
"skipTests": true
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment