UNPKG

464 BJSONView Raw
1{
2 "builders": {
3 "jest": {
4 "implementation": "./src/executors/jest/compat",
5 "schema": "./src/executors/jest/schema.json",
6 "description": "Run Jest unit tests."
7 }
8 },
9 "executors": {
10 "jest": {
11 "implementation": "./src/executors/jest/jest.impl",
12 "batchImplementation": "./src/executors/jest/jest.impl#batchJest",
13 "schema": "./src/executors/jest/schema.json",
14 "description": "Run Jest unit tests."
15 }
16 }
17}