UNPKG

@nx/cypress

Version:

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

3 lines 222 B
import type { Tree } from '@nx/devkit'; export declare function addExcludeSpecPattern(tree: Tree, configFilePath: string, excludeSpecPattern: string | string[]): void; //# sourceMappingURL=add-exclude-spec-pattern.d.ts.map