-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow --nospec flag for services #2108
Comments
I agree with this as well, but would also expand it to not just services, but also directives, pipes, classes. |
All for it myself. |
When adding the
Additionally it could set a flag in the Could look like this:
I know I am a terrible person for asking for this, but sometimes the test stuff just gets in the way. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
With a85a507 a
--nospec
option was introduced to generate components without tests.In case there isn't a specific reason why this option shouldn't be valid for services as well, I propose to implement it for consistency.
//cc @PascalPrecht
The text was updated successfully, but these errors were encountered: