@nrwl/jest:jest-project
Add Jest Configuration to a project.
Usage
nx generate jest-project ...By default, Nx will search for jest-project in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nrwl/jest:jest-project ...Show what will be generated without writing to disk:
nx g jest-project ... --dry-runOptions
babelJest
falseUse babel-jest instead of ts-jest (Deprecated: Use --compiler=babel instead).
compiler
tsctsc, babel, swcThe compiler to use for source and tests.
js
falseUse JavaScript instead of TypeScript for config files
project
The name of the project.
skipSetupFile
false[Deprecated]: Skips the setup file required for angular. (Use --setup-file)
setupFile
nonenone, angular, web-componentsThe setup file to be generated.
skipSerializers
falseSkips the serializers required to snapshot angular templates.
supportTsx
falseSetup tsx support.
skipFormat
falseSkip formatting files
skipPackageJson
falseDo not add dependencies to package.json.
testEnvironment
jsdomjsdom, nodeThe test environment for jest.