(filePath: string, contents: string)
| 55 | }); |
| 56 | |
| 57 | function writeFile(filePath: string, contents: string) { |
| 58 | host.sync.write(normalize(filePath), virtualFs.stringToFileBuffer(contents)); |
| 59 | } |
| 60 | |
| 61 | async function runMigration(migrationName: string) { |
| 62 | await runner.runSchematic(migrationName, undefined, tree); |
no test coverage detected
searching dependent graphs…