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 273 B
import { type Tree } from '@nx/devkit'; import type { NormalizedSchema } from './normalize-options'; export declare function ensureDependencies(tree: Tree, options: NormalizedSchema): import("@nx/devkit").GeneratorCallback; //# sourceMappingURL=ensure-dependencies.d.ts.map