51 lines
580 B
Markdown
51 lines
580 B
Markdown
# jest-project [hidden]
|
|
|
|
Add Jest configuration to a project
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
nx generate jest-project ...
|
|
|
|
```
|
|
|
|
## Options
|
|
|
|
### project
|
|
|
|
Type: `string`
|
|
|
|
The name of the project.
|
|
|
|
### setupFile
|
|
|
|
Default: `none`
|
|
|
|
Type: `string`
|
|
|
|
The setup file to be generated
|
|
|
|
### skipSerializers
|
|
|
|
Default: `false`
|
|
|
|
Type: `boolean`
|
|
|
|
Skips the serializers required to snapshot angular templates
|
|
|
|
### skipSetupFile
|
|
|
|
Default: `false`
|
|
|
|
Type: `boolean`
|
|
|
|
[Deprecated]: Skips the setup file required for angular. (Use --setup-file)
|
|
|
|
### supportTsx
|
|
|
|
Default: `false`
|
|
|
|
Type: `boolean`
|
|
|
|
Setup tsx support
|