17 lines
389 B
JSON
17 lines
389 B
JSON
{
|
|
"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",
|
|
"schema": "./src/executors/jest/schema.json",
|
|
"description": "Run Jest unit tests"
|
|
}
|
|
}
|
|
}
|