UNPKG

@ngneat/spectator

Version:

A powerful tool to simplify your Angular tests

31 lines (30 loc) 1.01 kB
{ "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json", "extends": ["@schematics/angular"], "schematics": { "spectator-component": { "description": "Spectator component", "factory": "./spectator/index#spectatorComponentSchematic", "schema": "./spectator/component-schema.json", "aliases": ["cs"] }, "spectator-service": { "description": "Spectator service", "factory": "./spectator/index#spectatorServiceSchematic", "schema": "./spectator/service-schema.json", "aliases": ["ss"] }, "spectator-directive": { "description": "Spectator directive", "factory": "./spectator/index#spectatorDirectiveSchematic", "schema": "./spectator/directive-schema.json", "aliases": ["ds"] }, "spectator-pipe": { "description": "Spectator pipe", "factory": "./spectator/index#spectatorPipeSchematic", "schema": "./spectator/pipe-schema.json", "aliases": ["ps"] } } }