UNPKG

@nx-plugins/stryker

Version:

The Nx Plugin for Stryker that contains executors and generators for allowing your workspace to use powerful Stryker mutation testing capabilities.

11 lines (10 loc) 260 B
{ "$schema": "http://json-schema.org/schema", "executors": { "stryker": { "implementation": "./src/executors/stryker/executor", "schema": "./src/executors/stryker/schema.json", "description": "stryker executor" } } }