UNPKG

@nx/cypress

Version:

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

4 lines 204 B
import { Tree } from '@nx/devkit'; export declare function migrateCypressProject(tree: Tree): Promise<() => void>; export default migrateCypressProject; //# sourceMappingURL=migrate-to-cypress-11.d.ts.map