UNPKG

ng-tester

Version:

A library containing structured, opinionated Angular testing schematics.

15 lines (14 loc) 378 B
{ "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Add my library to the project.", "factory": "./ng-add/index#ngAdd" }, "unit": { "description": "Generate a unit test file.", "factory": "./unit/index#unit", "schema": "./unit/schema.json" } } }