|
75 | 75 | "test": {
|
76 | 76 | "builder": "@nrwl/jest:jest",
|
77 | 77 | "options": {
|
78 |
| - "jestConfig": "apps/example-app/jest.config.js", |
| 78 | + "jestConfig": "apps/example-app/jest.config.ts", |
79 | 79 | "passWithNoTests": true
|
80 | 80 | },
|
81 | 81 | "outputs": ["coverage/apps/example-app"]
|
|
179 | 179 | "test": {
|
180 | 180 | "builder": "@nrwl/jest:jest",
|
181 | 181 | "options": {
|
182 |
| - "jestConfig": "apps/recursive-routes/jest.config.js", |
| 182 | + "jestConfig": "apps/recursive-routes/jest.config.ts", |
183 | 183 | "passWithNoTests": true
|
184 | 184 | },
|
185 | 185 | "outputs": ["coverage/apps/recursive-routes"]
|
|
283 | 283 | "test": {
|
284 | 284 | "builder": "@nrwl/jest:jest",
|
285 | 285 | "options": {
|
286 |
| - "jestConfig": "apps/responsive-app/jest.config.js", |
| 286 | + "jestConfig": "apps/responsive-app/jest.config.ts", |
287 | 287 | "passWithNoTests": true
|
288 | 288 | },
|
289 | 289 | "outputs": ["coverage/apps/responsive-app"]
|
|
387 | 387 | "test": {
|
388 | 388 | "builder": "@nrwl/jest:jest",
|
389 | 389 | "options": {
|
390 |
| - "jestConfig": "apps/route-restrictions/jest.config.js", |
| 390 | + "jestConfig": "apps/route-restrictions/jest.config.ts", |
391 | 391 | "passWithNoTests": true
|
392 | 392 | },
|
393 | 393 | "outputs": ["coverage/apps/route-restrictions"]
|
|
456 | 456 | "test": {
|
457 | 457 | "builder": "@nrwl/jest:jest",
|
458 | 458 | "options": {
|
459 |
| - "jestConfig": "libs/router/jest.config.js", |
| 459 | + "jestConfig": "libs/router/jest.config.ts", |
460 | 460 | "setupFile": "libs/router/src/test-setup.ts",
|
461 | 461 | "passWithNoTests": true
|
462 | 462 | },
|
|
0 commit comments