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.

15 lines (14 loc) 444 B
{ "executors": { "build": { "implementation": "./src/executors/build/build.impl", "schema": "./src/executors/build/schema.json", "description": "Run the command defined in build property of the specified configuration." }, "test": { "implementation": "./src/executors/test/test.impl", "schema": "./src/executors/test/schema.json", "description": "Initiating your detox test suite." } } }