cli 7.0.3 '-S' flag creates inline-style project (--inline-style) instead of (--skip-tests) #12780
Labels
area: @schematics/angular
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
Milestone
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
macOS Mojave (10.14)
Repro steps
ng new project -S
The project will be created with (--inline-style) and it will skip the CSS file, instead of the spec.ts file (--skip-tests)
If a new project is created without the '-S' flag then the CSS file is created.
The log given by the failure
Desired functionality
the '-S' flag should skip the spec.ts file from being installed
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: