UNPKG

@nx/jest

Version:

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

11 lines (10 loc) 272 B
{ "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." } } }