We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba44d94 commit 11c8e93Copy full SHA for 11c8e93
etc/api/angular_devkit/schematics/testing/index.d.ts
@@ -4,6 +4,7 @@ export declare class SchematicTestRunner {
4
readonly tasks: TaskConfiguration[];
5
constructor(_collectionName: string, collectionPath: string);
6
callRule(rule: Rule, tree: Tree, parentContext?: Partial<SchematicContext>): Observable<Tree>;
7
+ registerCollection(collectionName: string, collectionPath: string): void;
8
runExternalSchematic<SchematicSchemaT>(collectionName: string, schematicName: string, opts?: SchematicSchemaT, tree?: Tree): UnitTestTree;
9
runExternalSchematicAsync<SchematicSchemaT>(collectionName: string, schematicName: string, opts?: SchematicSchemaT, tree?: Tree): Observable<UnitTestTree>;
10
runSchematic<SchematicSchemaT>(schematicName: string, opts?: SchematicSchemaT, tree?: Tree): UnitTestTree;
0 commit comments