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) 173 B
import { Tree } from '@nx/devkit'; import { NormalizedSchema } from './normalize-options'; export declare function createFiles(host: Tree, options: NormalizedSchema): void;