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 (3 loc) 193 B
import { type Tree } from '@nx/devkit'; export default function rewriteInternalSubpathImports(tree: Tree): Promise<void>; export declare function rewriteSubpathImports(source: string): string;