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 457 B
import { GeneratorCallback, Tree } from '@nx/devkit'; import { Schema } from './schema'; export declare function detoxInitGenerator(host: Tree, schema: Schema): Promise<GeneratorCallback>; export declare function detoxInitGeneratorInternal(host: Tree, schema: Schema): Promise<GeneratorCallback>; export declare function updateDependencies(host: Tree, schema: Schema): GeneratorCallback; export default detoxInitGenerator; //# sourceMappingURL=init.d.ts.map