nx/docs/api-schematics/jest-project.md

19 lines
723 B
Markdown

# jest-project [hidden]
Add Jest configuration to a project
## Usage
```bash
ng generate jest-project ...
```
### Options
| Name | Alias | Description | Type | Default value |
| ----------------- | ----- | ------------------------------------------------------------ | ------- | ------------- |
| `project` | | The name of the project. | string | `undefined` |
| `skipSetupFile` | | Skips the setup file required for angular | boolean | `false` |
| `skipSerializers` | | Skips the serializers required to snapshot angular templates | boolean | `false` |