35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"name": "Nx Jest",
|
|
"version": "0.1",
|
|
"schematics": {
|
|
"init": {
|
|
"factory": "./src/generators/init/init#jestInitSchematic",
|
|
"schema": "./src/generators/init/schema.json",
|
|
"description": "Initialize the `@nrwl/jest` plugin.",
|
|
"aliases": ["ng-add"],
|
|
"hidden": true
|
|
},
|
|
"configuration": {
|
|
"factory": "./src/generators/configuration/configuration#compat",
|
|
"schema": "./src/generators/configuration/schema.json",
|
|
"description": "Add Jest configuration to a project.",
|
|
"hidden": true
|
|
}
|
|
},
|
|
"generators": {
|
|
"init": {
|
|
"factory": "./src/generators/init/init#jestInitGenerator",
|
|
"schema": "./src/generators/init/schema.json",
|
|
"description": "Initialize the `@nrwl/jest` plugin.",
|
|
"aliases": ["ng-add"],
|
|
"hidden": true
|
|
},
|
|
"configuration": {
|
|
"factory": "./src/generators/configuration/configuration",
|
|
"schema": "./src/generators/configuration/schema.json",
|
|
"description": "Add Jest configuration to a project.",
|
|
"hidden": true
|
|
}
|
|
}
|
|
}
|