@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-run