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) 210 B
export interface Schema { skipFormat?: boolean; skipPackageJson?: boolean; //default is false keepExistingVersions?: boolean; //default is false updatePackageScripts?: boolean; addPlugin?: boolean; }