18 lines
499 B
JSON
18 lines
499 B
JSON
{
|
|
"builders": {
|
|
"jest": {
|
|
"implementation": "@nx/jest/src/executors/jest/compat",
|
|
"schema": "@nx/jest/src/executors/jest/schema.json",
|
|
"description": "Run Jest unit tests."
|
|
}
|
|
},
|
|
"executors": {
|
|
"jest": {
|
|
"implementation": "@nx/jest/src/executors/jest/jest.impl",
|
|
"batchImplementation": "@nx/jest/src/executors/jest/jest.impl#batchJest",
|
|
"schema": "@nx/jest/src/executors/jest/schema.json",
|
|
"description": "Run Jest unit tests."
|
|
}
|
|
}
|
|
}
|