Skip to content

Commit

Permalink
feat(docs): Add documentation for testDepth container option
Browse files Browse the repository at this point in the history
  • Loading branch information
ijz953 committed Jul 24, 2019
1 parent 896899c commit b696b66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions projects/ngrx.io/content/guide/schematics/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit b696b66

Please sign in to comment.