-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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: use skipTests
instead of spec
#2242
Labels
Accepting PRs
Breaking Change
community watch
Someone from the community is working this issue/PR
Comp: Docs
Good First Issue
Good issue for first-time contributor
Project: Schematics
Comments
timdeschryver
added
Comp: Docs
Accepting PRs
Project: Schematics
Breaking Change
Good First Issue
Good issue for first-time contributor
labels
Nov 11, 2019
I would like to work on it, if that is fine by you @timdeschryver |
Sure, go ahead @Jefiozie. |
timdeschryver
added
the
community watch
Someone from the community is working this issue/PR
label
Nov 12, 2019
@timdeschryver thanks, I also see a change around style. Do you want me to change this I'm this issue/PR? |
Jefiozie
added a commit
to Jefiozie/platform
that referenced
this issue
Nov 13, 2019
3 tasks
Seems like I'm too late to answer 😅 |
haha, yeah I thought it would be fine so made the PR 👍 |
Yes, ofcourse - thanks! |
Jefiozie
added a commit
to Jefiozie/platform
that referenced
this issue
Nov 18, 2019
Closes: ngrx#2242 BREAKING CHANGES: To be inline with the Angular CLI, we migrated the `--spec` to `--skipTest`. By default skipTest is false, this way you will always be provided with `*.spec.ts files` BEFORE: ```sh ng generate action User --spec ``` AFTER: ```sh ng generate action User ```
Jefiozie
added a commit
to Jefiozie/platform
that referenced
this issue
Jan 10, 2020
Closes: ngrx#2242 BREAKING CHANGES: To be inline with the Angular CLI, we migrated the `--spec` to `--skipTest`. By default skipTest is false, this way you will always be provided with `*.spec.ts files` BEFORE: ```sh ng generate action User --spec ``` AFTER: ```sh ng generate action User ```
Jefiozie
added a commit
to Jefiozie/platform
that referenced
this issue
Jan 15, 2020
Closes: ngrx#2242 BREAKING CHANGES: To be inline with the Angular CLI, we migrated the `--spec` to `--skipTest`. By default skipTest is false, this way you will always be provided with `*.spec.ts files` BEFORE: ```sh ng generate action User --spec ``` AFTER: ```sh ng generate action User ```
brandonroberts
pushed a commit
that referenced
this issue
Jan 16, 2020
…CLI (#2253) Closes: #2242 BREAKING CHANGES: To be inline with the Angular CLI, we migrated the `--spec` to `--skipTest`. By default skipTest is false, this way you will always be provided with `*.spec.ts files` BEFORE: ```sh ng generate action User --spec ``` AFTER: ```sh ng generate action User ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Accepting PRs
Breaking Change
community watch
Someone from the community is working this issue/PR
Comp: Docs
Good First Issue
Good issue for first-time contributor
Project: Schematics
With the new version of the Angular CLI, the
spec
option from the schematics has been removed. Instead, askipTests
option has been added.We would like to keep our schematics in line with the Angular CLI schematics.
This change includes:
For ref: angular/angular-cli@e92c46a
The text was updated successfully, but these errors were encountered: