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) 224 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;