UNPKG

@nx/playwright

Version:

The Nx Plugin for Playwright contains executors and generators allowing your workspace to use the powerful Playwright 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