UNPKG

@nx/cypress

Version:

The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.

9 lines 298 B
import { type Tree } from '@nx/devkit'; interface Schema { project?: string; all?: boolean; skipFormat?: boolean; } export declare function convertToInferred(tree: Tree, options: Schema): Promise<void>; export default convertToInferred; //# sourceMappingURL=convert-to-inferred.d.ts.map