(migrationName: string)
| 59 | } |
| 60 | |
| 61 | async function runMigration(migrationName: string) { |
| 62 | await runner.runSchematic(migrationName, undefined, tree); |
| 63 | } |
| 64 | |
| 65 | if (allMigrationSchematics.length) { |
| 66 | allMigrationSchematics.forEach((name) => { |
no outgoing calls
no test coverage detected
searching dependent graphs…