Set default to skip component test files
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
||||
"version": 1,
|
||||
"newProjectRoot": "projects",
|
||||
"schematics": {
|
||||
"@schematics/angular:component": {
|
||||
"skipTests": true
|
||||
}
|
||||
},
|
||||
"projects": {
|
||||
"infinifront": {
|
||||
"projectType": "application",
|
||||
|
||||
Reference in New Issue
Block a user