ngx-spec
Version:
A missing schematics for creating missing / recreating Angular 6+ specs
15 lines • 415 B
JSON
{
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"spec": {
"description": "Creates a spec",
"factory": "./spec/index",
"schema": "./spec/schema.json"
},
"specs": {
"description": "Creates spec files for each matching file by a provided GLOB",
"factory": "./specs/index",
"schema": "./specs/schema.json"
}
}
}