|
105 | 105 | "builder": "@nrwl/jest:jest",
|
106 | 106 | "options": {
|
107 | 107 | "jestConfig": "apps/products/jest.config.js",
|
108 |
| - "tsConfig": "apps/products/tsconfig.spec.json", |
109 |
| - "setupFile": "apps/products/src/test-setup.ts", |
110 | 108 | "passWithNoTests": true
|
111 | 109 | }
|
112 | 110 | },
|
|
236 | 234 | "builder": "@nrwl/jest:jest",
|
237 | 235 | "options": {
|
238 | 236 | "jestConfig": "apps/cart/jest.config.js",
|
239 |
| - "tsConfig": "apps/cart/tsconfig.spec.json", |
240 |
| - "setupFile": "apps/cart/src/test-setup.ts", |
241 | 237 | "passWithNoTests": true
|
242 | 238 | }
|
243 | 239 | },
|
|
330 | 326 | "builder": "@nrwl/jest:jest",
|
331 | 327 | "options": {
|
332 | 328 | "jestConfig": "libs/shared/product/ui/jest.config.js",
|
333 |
| - "tsConfig": "libs/shared/product/ui/tsconfig.spec.json", |
334 |
| - "setupFile": "libs/shared/product/ui/src/test-setup.ts", |
335 | 329 | "passWithNoTests": true
|
336 | 330 | }
|
337 | 331 | }
|
|
357 | 351 | "builder": "@nrwl/jest:jest",
|
358 | 352 | "options": {
|
359 | 353 | "jestConfig": "libs/products/home-page/jest.config.js",
|
360 |
| - "tsConfig": "libs/products/home-page/tsconfig.spec.json", |
361 |
| - "setupFile": "libs/products/home-page/src/test-setup.ts", |
362 | 354 | "passWithNoTests": true
|
363 | 355 | }
|
364 | 356 | }
|
|
389 | 381 | "builder": "@nrwl/jest:jest",
|
390 | 382 | "options": {
|
391 | 383 | "jestConfig": "libs/cart/cart-page/jest.config.js",
|
392 |
| - "tsConfig": "libs/cart/cart-page/tsconfig.spec.json", |
393 |
| - "setupFile": "libs/cart/cart-page/src/test-setup.ts", |
394 | 384 | "passWithNoTests": true
|
395 | 385 | }
|
396 | 386 | }
|
|
446 | 436 | "builder": "@nrwl/jest:jest",
|
447 | 437 | "options": {
|
448 | 438 | "jestConfig": "libs/shared/cart/state/jest.config.js",
|
449 |
| - "tsConfig": "libs/shared/cart/state/tsconfig.spec.json", |
450 |
| - "setupFile": "libs/shared/cart/state/src/test-setup.ts", |
451 | 439 | "passWithNoTests": true
|
452 | 440 | }
|
453 | 441 | }
|
|
478 | 466 | "builder": "@nrwl/jest:jest",
|
479 | 467 | "options": {
|
480 | 468 | "jestConfig": "libs/shared/product/state/jest.config.js",
|
481 |
| - "tsConfig": "libs/shared/product/state/tsconfig.spec.json", |
482 |
| - "setupFile": "libs/shared/product/state/src/test-setup.ts", |
483 | 469 | "passWithNoTests": true
|
484 | 470 | }
|
485 | 471 | }
|
|
517 | 503 | "builder": "@nrwl/jest:jest",
|
518 | 504 | "options": {
|
519 | 505 | "jestConfig": "libs/shared/header/jest.config.js",
|
520 |
| - "tsConfig": "libs/shared/header/tsconfig.spec.json", |
521 |
| - "setupFile": "libs/shared/header/src/test-setup.ts", |
522 | 506 | "passWithNoTests": true
|
523 | 507 | }
|
524 | 508 | }
|
|
547 | 531 | "builder": "@nrwl/jest:jest",
|
548 | 532 | "options": {
|
549 | 533 | "jestConfig": "libs/products/product-detail-page/jest.config.js",
|
550 |
| - "tsConfig": "libs/products/product-detail-page/tsconfig.spec.json", |
551 |
| - "setupFile": "libs/products/product-detail-page/src/test-setup.ts", |
552 | 534 | "passWithNoTests": true
|
553 | 535 | }
|
554 | 536 | }
|
|
577 | 559 | },
|
578 | 560 | "cli": {
|
579 | 561 | "warnings": {
|
580 |
| - "typescriptMismatch": false, |
581 | 562 | "versionMismatch": false
|
582 | 563 | },
|
583 | 564 | "packageManager": "yarn",
|
|
0 commit comments