when using the karma-project generator directory ensure the karma generator (install deps/root config) is called if the root karma config isn't present ISSUES CLOSED: #9234
6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
export interface KarmaProjectOptions {
|
|
project: string;
|
|
skipFormat?: boolean;
|
|
skipPackageJson?: boolean;
|
|
}
|