@angular/cli
Version:
CLI tool for Angular
18 lines (17 loc) • 380 B
TypeScript
export interface TestOptions {
watch?: boolean;
codeCoverage?: boolean;
singleRun?: boolean;
browsers?: string;
colors?: boolean;
log?: string;
port?: number;
reporters?: string;
sourcemaps?: boolean;
progress?: boolean;
config: string;
poll?: number;
app?: string;
}
declare const TestCommand: any;
export default TestCommand;