UNPKG

@nx/detox

Version:

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

11 lines 417 B
import { CreateNodesV2 } from '@nx/devkit'; export interface DetoxPluginOptions { buildTargetName?: string; startTargetName?: string; testTargetName?: string; buildDepsTargetName?: string; watchDepsTargetName?: string; } export declare const createNodes: CreateNodesV2<DetoxPluginOptions>; export declare const createNodesV2: CreateNodesV2<DetoxPluginOptions>; //# sourceMappingURL=plugin.d.ts.map