mirror of https://github.com/abpframework/abp.git
Browse Source
Renamed 'targetOption' to 'targetProject' in the ChangeThemeGeneratorSchema and updated related test usage. Added a mock for wrapAngularDevkitSchematic in the generator tests and improved the test to check the generator's return value. Set Jest test environment to 'node' in the generators package config.pull/23460/head
3 changed files with 11 additions and 5 deletions
@ -1,5 +1,5 @@ |
|||||
export interface ChangeThemeGeneratorSchema { |
export interface ChangeThemeGeneratorSchema { |
||||
name: number; |
name: number; |
||||
targetOption: string; |
targetProject: string; |
||||
localPath?: string; |
localPath?: string; |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue