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) 369 B
import { type Tree } from '@nx/devkit'; export declare const nxVersion: any; export declare const minSupportedDetoxVersion = "20.0.0"; export declare function assertSupportedDetoxVersion(tree: Tree): void; export declare const detoxVersion = "~20.43.0"; export declare const testingLibraryJestDom = "~6.9.1"; export declare const configPluginsDetoxVersion = "~11.0.0";