(options?: {
path?: string;
backwardsCompatibleConstructors?: boolean;
migrateAbstractClasses?: boolean;
nonNullableOptional?: boolean;
_internalCombineMemberInitializers?: boolean;
_internalReplaceParameterReferencesInInitializers?: boolean;
})
| 25 | } |
| 26 | |
| 27 | function runMigration(options?: { |
| 28 | path?: string; |
| 29 | backwardsCompatibleConstructors?: boolean; |
| 30 | migrateAbstractClasses?: boolean; |
| 31 | nonNullableOptional?: boolean; |
| 32 | _internalCombineMemberInitializers?: boolean; |
| 33 | _internalReplaceParameterReferencesInInitializers?: boolean; |
| 34 | }) { |
| 35 | return runner.runSchematic('inject-migration', options, tree); |
| 36 | } |
| 37 | |
| 38 | const collectionJsonPath = resolve('../collection.json'); |
| 39 | beforeEach(() => { |
no outgoing calls
no test coverage detected
searching dependent graphs…