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 229 B
import { Tree } from '@nx/devkit'; import { NormalizedSchema } from './normalize-options'; export declare function addGitIgnoreEntry(host: Tree, options: NormalizedSchema): void; //# sourceMappingURL=add-git-ignore-entry.d.ts.map