613 B
613 B
| title | description |
|---|---|
| @nrwl/angular:karma generator | Adds Karma configuration to a workspace. |
@nrwl/angular:karma
Adds Karma configuration to a workspace.
Usage
nx generate karma ...
By default, Nx will search for karma in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nrwl/angular:karma ...
Show what will be generated without writing to disk:
nx g karma ... --dry-run
Options
skipPackageJson
Default: false
Type: boolean
Do not add dependencies to package.json.