diff --git a/projects/ngrx.io/content/guide/schematics/container.md b/projects/ngrx.io/content/guide/schematics/container.md index f7220afcd1..78e78c1fa5 100644 --- a/projects/ngrx.io/content/guide/schematics/container.md +++ b/projects/ngrx.io/content/guide/schematics/container.md @@ -35,6 +35,13 @@ Provide the name of the interface exported for your state interface - Type: `string` - Default: `State` +Specifies whether to create a unit test or an integration test + +- `--testDepth` + - Type: `string` + - Values: `Unit|Integration` + - Default: `Unit` + ## Examples Generate a `UsersPage` container component with your reducers imported and the `Store` typed a custom interface named `MyState`.