diff --git a/docs/schematics/action.md b/docs/schematics/action.md index 737de12b71..c37b340b26 100644 --- a/docs/schematics/action.md +++ b/docs/schematics/action.md @@ -41,7 +41,7 @@ Group the action file within an `actions` folder. Generate a spec file alongside the action file. -- `--skipTest` +- `--spec` - Type: `boolean` - Default: `false` @@ -50,7 +50,7 @@ Generate a spec file alongside the action file. Generate a `User` actions file with an associated spec file. ```sh -ng generate action User +ng generate action User --spec ``` Generate a `User` actions file within a nested folder diff --git a/docs/schematics/effect.md b/docs/schematics/effect.md index 1134ce95f5..41fb4cb1cf 100644 --- a/docs/schematics/effect.md +++ b/docs/schematics/effect.md @@ -52,9 +52,9 @@ When used with the `--module` option, it registers an effect within the `Angular Generate a spec file alongside the action file. -- `--skiptest` +- `--spec` - Type: `boolean` - - Default: `false` + - Default: `true` #### Examples diff --git a/docs/schematics/entity.md b/docs/schematics/entity.md index 6d488c44ca..9a6c812655 100644 --- a/docs/schematics/entity.md +++ b/docs/schematics/entity.md @@ -45,9 +45,9 @@ Provide the path to a `reducers` file containing a state interface and a object Generate spec files associated with the entity files. -- `--skipTest` +- `--spec` - Type: `boolean` - - Default: `false` + - Default: `true` #### Examples diff --git a/docs/schematics/feature.md b/docs/schematics/feature.md index d77de23008..71d574d21f 100644 --- a/docs/schematics/feature.md +++ b/docs/schematics/feature.md @@ -52,9 +52,9 @@ Provide the path to a `reducers` file containing a state interface and a object Generate spec files associated with the feature files. -- `--skipTest` +- `--spec` - Type: `boolean` - - Default: `false` + - Default: `true` #### Examples diff --git a/docs/schematics/reducer.md b/docs/schematics/reducer.md index 905b63dcd3..f3f18fe4ab 100644 --- a/docs/schematics/reducer.md +++ b/docs/schematics/reducer.md @@ -53,9 +53,9 @@ Provide the path to a `reducers` file containing a state interface and an object Generate a spec file alongside the reducer file. -- `--skipTest` +- `--spec` - Type: `boolean` - - Default: `false` + - Default: `true` #### Examples