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.

8 lines (7 loc) 236 B
import { type Tree } from '@nx/devkit'; interface Schema { project?: string; skipFormat?: boolean; } export declare function convertToInferred(tree: Tree, options: Schema): Promise<() => void>; export default convertToInferred;