11 lines
287 B
JSON
11 lines
287 B
JSON
{
|
|
"executors": {
|
|
"jest": {
|
|
"implementation": "./dist/src/executors/jest/jest.impl",
|
|
"batchImplementation": "./dist/src/executors/jest/jest.impl#batchJest",
|
|
"schema": "./dist/src/executors/jest/schema.json",
|
|
"description": "Run Jest unit tests."
|
|
}
|
|
}
|
|
}
|