UNPKG

@nx/angular

Version:

The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Storybook, Jest, ESLint, Tailwind CSS, Playwright and Cypre

9 lines 507 B
import { GeneratorCallback, Tree } from '@nx/devkit'; import { CypressComponentConfigSchema } from './schema'; /** * This is for cypress built in component testing, if you want to test with * storybook + cypress then use the componentCypressGenerator instead. */ export declare function cypressComponentConfiguration(tree: Tree, options: CypressComponentConfigSchema): Promise<GeneratorCallback>; export default cypressComponentConfiguration; //# sourceMappingURL=cypress-component-configuration.d.ts.map