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 c3aa8b9 commit ba44d94Copy full SHA for ba44d94
packages/angular_devkit/schematics/testing/schematic-test-runner.ts
@@ -72,6 +72,10 @@ export class SchematicTestRunner {
72
get logger(): logging.Logger { return this._logger; }
73
get tasks(): TaskConfiguration[] { return [...this._engineHost.tasks]; }
74
75
+ registerCollection(collectionName: string, collectionPath: string) {
76
+ this._engineHost.registerCollection(collectionName, collectionPath);
77
+ }
78
+
79
runSchematicAsync<SchematicSchemaT>(
80
schematicName: string,
81
opts?: SchematicSchemaT,
0 commit comments