(filePath: string, contents: string)
| 22 | let previousWorkingDir: string; |
| 23 | |
| 24 | function writeFile(filePath: string, contents: string) { |
| 25 | host.sync.write(normalize(filePath), virtualFs.stringToFileBuffer(contents)); |
| 26 | } |
| 27 | |
| 28 | function runMigration() { |
| 29 | return runner.runSchematic('service-migration', {}, tree); |
no test coverage detected