580 B
580 B
jest-project [hidden]
Add Jest configuration to a project
Usage
ng 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