@cypress/schematic
Version:
Official Cypress schematic for the Angular CLI
6 lines (5 loc) • 412 B
TypeScript
import { Rule, Tree } from '@angular-devkit/schematics';
export default function (_options: any): Rule;
export declare const getCypressConfigFile: (angularJsonVal: any, projectName: string) => string | null;
export declare const addCypressTsConfig: (tree: Tree, angularJsonVal: any, projectName: string) => void;
export declare const removeE2ELinting: (tree: Tree, angularJsonVal: any, project: string) => void;