MCPcopy Create free account
hub / github.com/angular/angular / runMigration

Function runMigration

packages/core/schematics/test/output_migration_spec.ts:27–29  ·  view source on GitHub ↗
(options?: {path?: string})

Source from the content-addressed store, hash-verified

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(() => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected