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.

4 lines (3 loc) 358 B
import { type TargetConfiguration, type Tree } from '@nx/devkit'; import type { AggregatedLog } from '@nx/devkit/src/generators/plugin-migrations/aggregate-log-util'; export declare function processTestOptions(_tree: Tree, options: any, projectName: string, _projectRoot: string, target: TargetConfiguration | undefined, migrationLogs: AggregatedLog): void;