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.

7 lines (6 loc) 589 B
import type { TargetConfiguration, Tree } from '@nx/devkit'; import type { AggregatedLog } from '@nx/devkit/src/generators/plugin-migrations/aggregate-log-util'; export declare function postTargetTransformer(migrationLogs: AggregatedLog, processOptions: (tree: Tree, options: any, projectName: string, projectRoot: string, target: TargetConfiguration | undefined, migrationLogs: AggregatedLog) => void): (target: TargetConfiguration, tree: Tree, projectDetails: { projectName: string; root: string; }, inferredTargetConfiguration: TargetConfiguration) => TargetConfiguration<any>;