UNPKG

@nrwl/jest

Version:

The Nx Plugin for Jest contains executors and generators allowing your workspace to use the powerful Jest testing capabilities.

18 lines (17 loc) 464 B
{ "builders": { "jest": { "implementation": "./src/executors/jest/compat", "schema": "./src/executors/jest/schema.json", "description": "Run Jest unit tests." } }, "executors": { "jest": { "implementation": "./src/executors/jest/jest.impl", "batchImplementation": "./src/executors/jest/jest.impl#batchJest", "schema": "./src/executors/jest/schema.json", "description": "Run Jest unit tests." } } }