Skip to content
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

Schematics: Remove skipTest option for schematics #2561

Closed
brandonroberts opened this issue Jun 5, 2020 · 0 comments · Fixed by #2596
Closed

Schematics: Remove skipTest option for schematics #2561

brandonroberts opened this issue Jun 5, 2020 · 0 comments · Fixed by #2596
Labels
Breaking Change Good First Issue Good issue for first-time contributor

Comments

@brandonroberts
Copy link
Member

Describe any alternatives/workarounds you're currently using

Other information:

If accepted, I would be willing to submit a PR for this feature

[ ] Yes (Assistance is provided if you need help submitting a pull request)
[ ] No

@brandonroberts brandonroberts added Breaking Change Good First Issue Good issue for first-time contributor labels Jun 5, 2020
brandonroberts pushed a commit that referenced this issue Jun 30, 2020
Closes #2561 

BREAKING CHANGE:

The skipTest option has been renamed to skipTests

BEFORE:

ng generate container UsersPage --skipTest

AFTER:

ng generate container UsersPage --skipTests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Change Good First Issue Good issue for first-time contributor
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant