(options?: {path?: string})
| 25 | } |
| 26 | |
| 27 | function runMigration(options?: {path?: string}) { |
| 28 | return runner.runSchematic('output-migration', options, tree); |
| 29 | } |
| 30 | |
| 31 | const collectionJsonPath = resolve('../collection.json'); |
| 32 | beforeEach(() => { |
no outgoing calls
no test coverage detected