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.

6 lines (5 loc) 168 B
// options from https://github.com/wix/Detox/blob/master/docs/cli/build.md export interface DetoxBuildOptions { detoxConfiguration?: string; configPath?: string; }