diff --git a/apps/angular/anchor-scrolling/jest.config.ts b/apps/angular/anchor-scrolling/jest.config.ts index 166572856..6915111a0 100644 --- a/apps/angular/anchor-scrolling/jest.config.ts +++ b/apps/angular/anchor-scrolling/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'angular-anchor-scrolling', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../coverage/apps/angular/anchor-scrolling', transform: { '^.+\\.(ts|mjs|js|html)$': [ diff --git a/apps/angular/bug-cd/jest.config.ts b/apps/angular/bug-cd/jest.config.ts index ded316d4c..1f24a7ce5 100644 --- a/apps/angular/bug-cd/jest.config.ts +++ b/apps/angular/bug-cd/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'angular-bug-cd', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../coverage/apps/angular/bug-cd', transform: { '^.+\\.(ts|mjs|js|html)$': [ diff --git a/apps/angular/crud/jest.config.ts b/apps/angular/crud/jest.config.ts index 485099109..74a17f135 100644 --- a/apps/angular/crud/jest.config.ts +++ b/apps/angular/crud/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'angular-crud', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], globals: {}, coverageDirectory: '../../../coverage/apps/angular/crud', transform: { diff --git a/apps/angular/injection-token/jest.config.ts b/apps/angular/injection-token/jest.config.ts index c48bb4949..d7105f89b 100644 --- a/apps/angular/injection-token/jest.config.ts +++ b/apps/angular/injection-token/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'angular-injection-token', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../coverage/apps/angular/injection-token', transform: { '^.+\\.(ts|mjs|js|html)$': [ diff --git a/apps/angular/interop-rxjs-signal/jest.config.ts b/apps/angular/interop-rxjs-signal/jest.config.ts index 53f7481c3..23956ebcc 100644 --- a/apps/angular/interop-rxjs-signal/jest.config.ts +++ b/apps/angular/interop-rxjs-signal/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'angular-interop-rxjs-signal', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../coverage/apps/angular/interop-rxjs-signal', transform: { '^.+\\.(ts|mjs|js|html)$': [ diff --git a/apps/angular/projection/jest.config.ts b/apps/angular/projection/jest.config.ts index 2af97a39a..289a9b0e3 100644 --- a/apps/angular/projection/jest.config.ts +++ b/apps/angular/projection/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'angular-projection', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], globals: {}, coverageDirectory: '../../../coverage/apps/angular/projection', transform: { diff --git a/apps/forms/control-value-accessor/jest.config.ts b/apps/forms/control-value-accessor/jest.config.ts index a52c89870..4af08e195 100644 --- a/apps/forms/control-value-accessor/jest.config.ts +++ b/apps/forms/control-value-accessor/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'forms-control-value-accessor', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../coverage/apps/forms/control-value-accessor', transform: { '^.+\\.(ts|mjs|js|html)$': [ diff --git a/apps/ngrx/effect-selector/jest.config.ts b/apps/ngrx/effect-selector/jest.config.ts index 7e97f0ba2..86ed38d00 100644 --- a/apps/ngrx/effect-selector/jest.config.ts +++ b/apps/ngrx/effect-selector/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'ngrx-effect-selector', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], globals: {}, coverageDirectory: '../../../coverage/apps/ngrx/effect-selector', transform: { diff --git a/apps/performance/ngfor-optimize/jest.config.ts b/apps/performance/ngfor-optimize/jest.config.ts index 49ac9d7ac..5b2ccaee0 100644 --- a/apps/performance/ngfor-optimize/jest.config.ts +++ b/apps/performance/ngfor-optimize/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'performance-ngfor-optimize', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../coverage/apps/performance/ngfor-optimize', transform: { '^.+\\.(ts|mjs|js|html)$': [ diff --git a/apps/performance/scroll-cd/jest.config.ts b/apps/performance/scroll-cd/jest.config.ts index 7e8ea5b99..4c9105010 100644 --- a/apps/performance/scroll-cd/jest.config.ts +++ b/apps/performance/scroll-cd/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'performance-scroll-cd', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], globals: {}, coverageDirectory: '../../../coverage/apps/performance/scroll-cd', transform: { diff --git a/apps/rxjs/catch-error/jest.config.ts b/apps/rxjs/catch-error/jest.config.ts index be57e8c7b..f82342048 100644 --- a/apps/rxjs/catch-error/jest.config.ts +++ b/apps/rxjs/catch-error/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'rxjs-catch-error', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../coverage/apps/rxjs/catch-error', transform: { '^.+\\.(ts|mjs|js|html)$': [ diff --git a/apps/rxjs/race-condition/jest.config.ts b/apps/rxjs/race-condition/jest.config.ts index b77456835..2e2e8920b 100644 --- a/apps/rxjs/race-condition/jest.config.ts +++ b/apps/rxjs/race-condition/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'rxjs-race-condition', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], globals: {}, coverageDirectory: '../../../coverage/apps/rxjs/race-condition', transform: { diff --git a/apps/testing/checkbox/jest.config.ts b/apps/testing/checkbox/jest.config.ts index ea6f808cf..0c5902908 100644 --- a/apps/testing/checkbox/jest.config.ts +++ b/apps/testing/checkbox/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'testing-checkbox', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../coverage/apps/testing/checkbox', transform: { '^.+\\.(ts|mjs|js|html)$': [ diff --git a/apps/testing/create-harness/jest.config.ts b/apps/testing/create-harness/jest.config.ts index 195dab15a..1178b8aaf 100644 --- a/apps/testing/create-harness/jest.config.ts +++ b/apps/testing/create-harness/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'testing-create-harness', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], transform: { '^.+\\.(ts|mjs|js|html)$': [ 'jest-preset-angular', diff --git a/apps/testing/harness/jest.config.ts b/apps/testing/harness/jest.config.ts index e342863b1..2b9e6d44c 100644 --- a/apps/testing/harness/jest.config.ts +++ b/apps/testing/harness/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'testing-harness', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], transform: { '^.+\\.(ts|mjs|js|html)$': [ 'jest-preset-angular', diff --git a/apps/testing/input-output/jest.config.ts b/apps/testing/input-output/jest.config.ts index 7d2312104..63370e2a3 100644 --- a/apps/testing/input-output/jest.config.ts +++ b/apps/testing/input-output/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'testing-input-output', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], transform: { '^.+\\.(ts|mjs|js|html)$': [ 'jest-preset-angular', diff --git a/apps/testing/modal/jest.config.ts b/apps/testing/modal/jest.config.ts index 137c0c8c7..809080bcc 100644 --- a/apps/testing/modal/jest.config.ts +++ b/apps/testing/modal/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'testing-modal', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], transform: { '^.+\\.(ts|mjs|js|html)$': [ 'jest-preset-angular', diff --git a/apps/testing/nested/jest.config.ts b/apps/testing/nested/jest.config.ts index b6643db38..a89947bd9 100644 --- a/apps/testing/nested/jest.config.ts +++ b/apps/testing/nested/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'testing-nested', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], transform: { '^.+\\.(ts|mjs|js|html)$': [ 'jest-preset-angular', diff --git a/apps/testing/router-outlet/jest.config.ts b/apps/testing/router-outlet/jest.config.ts index f8f0ad165..0bca8aebb 100644 --- a/apps/testing/router-outlet/jest.config.ts +++ b/apps/testing/router-outlet/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'testing-router-outlet', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], globals: {}, transform: { '^.+\\.(ts|mjs|js|html)$': [ diff --git a/apps/testing/table/jest.config.ts b/apps/testing/table/jest.config.ts index 98474ecca..56b0e7df7 100644 --- a/apps/testing/table/jest.config.ts +++ b/apps/testing/table/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'testing-table', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], transform: { '^.+\\.(ts|mjs|js|html)$': [ 'jest-preset-angular', diff --git a/apps/testing/todos-list/jest.config.ts b/apps/testing/todos-list/jest.config.ts index 3b92b5677..eb61074e5 100644 --- a/apps/testing/todos-list/jest.config.ts +++ b/apps/testing/todos-list/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'testing-todos-list', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], transform: { '^.+\\.(ts|mjs|js|html)$': [ 'jest-preset-angular', diff --git a/libs/angular/di/jest.config.ts b/libs/angular/di/jest.config.ts index 3ac52266b..79303be1b 100644 --- a/libs/angular/di/jest.config.ts +++ b/libs/angular/di/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'angular/di', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../coverage/libs/angular/di', transform: { '^.+\\.(ts|mjs|js|html)$': [ diff --git a/libs/decoupling/brain/jest.config.ts b/libs/decoupling/brain/jest.config.ts index 4e97ee0c0..443cc73ba 100644 --- a/libs/decoupling/brain/jest.config.ts +++ b/libs/decoupling/brain/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'decoupling-brain', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../coverage/libs/decoupling/brain', transform: { '^.+\\.(ts|mjs|js|html)$': [ diff --git a/libs/decoupling/core/jest.config.ts b/libs/decoupling/core/jest.config.ts index 332658d30..f755dfa37 100644 --- a/libs/decoupling/core/jest.config.ts +++ b/libs/decoupling/core/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'decoupling-core', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../coverage/libs/decoupling/core', transform: { '^.+\\.(ts|mjs|js|html)$': [ diff --git a/libs/decoupling/helmet/jest.config.ts b/libs/decoupling/helmet/jest.config.ts index 1adcccef8..961b9e926 100644 --- a/libs/decoupling/helmet/jest.config.ts +++ b/libs/decoupling/helmet/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'decoupling-helmet', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../coverage/libs/decoupling/helmet', transform: { '^.+\\.(ts|mjs|js|html)$': [ diff --git a/libs/module-to-standalone/admin/feature/jest.config.ts b/libs/module-to-standalone/admin/feature/jest.config.ts index 4b02a6adb..547252ec2 100644 --- a/libs/module-to-standalone/admin/feature/jest.config.ts +++ b/libs/module-to-standalone/admin/feature/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'module-to-standalone-admin-feature', preset: '../../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../../coverage/libs/module-to-standalone/admin/feature', transform: { diff --git a/libs/module-to-standalone/admin/shared/jest.config.ts b/libs/module-to-standalone/admin/shared/jest.config.ts index 7ecd6da4b..41e66914b 100644 --- a/libs/module-to-standalone/admin/shared/jest.config.ts +++ b/libs/module-to-standalone/admin/shared/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'module-to-standalone-admin-shared', preset: '../../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../../coverage/libs/module-to-standalone/admin/shared', transform: { diff --git a/libs/module-to-standalone/core/providers/jest.config.ts b/libs/module-to-standalone/core/providers/jest.config.ts index f3c281d42..d7c348641 100644 --- a/libs/module-to-standalone/core/providers/jest.config.ts +++ b/libs/module-to-standalone/core/providers/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'module-to-standalone-core-providers', preset: '../../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../../coverage/libs/module-to-standalone/core/providers', transform: { diff --git a/libs/module-to-standalone/core/service/jest.config.ts b/libs/module-to-standalone/core/service/jest.config.ts index 8738d5428..82808fc64 100644 --- a/libs/module-to-standalone/core/service/jest.config.ts +++ b/libs/module-to-standalone/core/service/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'module-to-standalone-core-service', preset: '../../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../../coverage/libs/module-to-standalone/core/service', transform: { diff --git a/libs/module-to-standalone/forbidden/jest.config.ts b/libs/module-to-standalone/forbidden/jest.config.ts index 957e0a91a..747043666 100644 --- a/libs/module-to-standalone/forbidden/jest.config.ts +++ b/libs/module-to-standalone/forbidden/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'module-to-standalone-forbidden', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../coverage/libs/module-to-standalone/forbidden', transform: { '^.+\\.(ts|mjs|js|html)$': [ diff --git a/libs/module-to-standalone/home/jest.config.ts b/libs/module-to-standalone/home/jest.config.ts index e5d36e59d..b4d6a048c 100644 --- a/libs/module-to-standalone/home/jest.config.ts +++ b/libs/module-to-standalone/home/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'module-to-standalone-home', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../coverage/libs/module-to-standalone/home', transform: { '^.+\\.(ts|mjs|js|html)$': [ diff --git a/libs/module-to-standalone/shell/jest.config.ts b/libs/module-to-standalone/shell/jest.config.ts index 700343e31..ff53f23f6 100644 --- a/libs/module-to-standalone/shell/jest.config.ts +++ b/libs/module-to-standalone/shell/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'module-to-standalone-shell', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../coverage/libs/module-to-standalone/shell', transform: { '^.+\\.(ts|mjs|js|html)$': [ diff --git a/libs/module-to-standalone/user/contact/jest.config.ts b/libs/module-to-standalone/user/contact/jest.config.ts index e0cdc798c..c6402b94a 100644 --- a/libs/module-to-standalone/user/contact/jest.config.ts +++ b/libs/module-to-standalone/user/contact/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'module-to-standalone-user-contact', preset: '../../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../../coverage/libs/module-to-standalone/user/contact', transform: { diff --git a/libs/module-to-standalone/user/home/jest.config.ts b/libs/module-to-standalone/user/home/jest.config.ts index e7f5f1fa3..90ae70418 100644 --- a/libs/module-to-standalone/user/home/jest.config.ts +++ b/libs/module-to-standalone/user/home/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'module-to-standalone-user-home', preset: '../../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../../coverage/libs/module-to-standalone/user/home', transform: { '^.+\\.(ts|mjs|js|html)$': [ diff --git a/libs/module-to-standalone/user/shell/jest.config.ts b/libs/module-to-standalone/user/shell/jest.config.ts index e7cae439d..74a019ba0 100644 --- a/libs/module-to-standalone/user/shell/jest.config.ts +++ b/libs/module-to-standalone/user/shell/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'module-to-standalone-user-shell', preset: '../../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../../coverage/libs/module-to-standalone/user/shell', transform: { diff --git a/libs/ngrx-notification/backend/jest.config.ts b/libs/ngrx-notification/backend/jest.config.ts index ff7b20c03..5152a2f1c 100644 --- a/libs/ngrx-notification/backend/jest.config.ts +++ b/libs/ngrx-notification/backend/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'ngrx-notification-backend', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], globals: {}, coverageDirectory: '../../../coverage/libs/ngrx-notification/backend', transform: { diff --git a/libs/ngrx-notification/model/jest.config.ts b/libs/ngrx-notification/model/jest.config.ts index 797a2214a..f9083fa9c 100644 --- a/libs/ngrx-notification/model/jest.config.ts +++ b/libs/ngrx-notification/model/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'ngrx-notification-model', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], globals: {}, coverageDirectory: '../../../coverage/libs/ngrx-notification/model', transform: { diff --git a/libs/shared/directives/jest.config.ts b/libs/shared/directives/jest.config.ts index b0dbb3590..3d1f082c1 100644 --- a/libs/shared/directives/jest.config.ts +++ b/libs/shared/directives/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'shared-directives', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], coverageDirectory: '../../../coverage/libs/shared/directives', transform: { '^.+\\.(ts|mjs|js|html)$': [ diff --git a/libs/shared/ngrx-callstate-store/jest.config.ts b/libs/shared/ngrx-callstate-store/jest.config.ts index bd9423668..6c6eb9217 100644 --- a/libs/shared/ngrx-callstate-store/jest.config.ts +++ b/libs/shared/ngrx-callstate-store/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'shared-ngrx-callstate-store', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], globals: {}, coverageDirectory: '../../../coverage/libs/shared/ngrx-callstate-store', transform: { diff --git a/libs/shared/utils/jest.config.ts b/libs/shared/utils/jest.config.ts index e708878c4..278c93ab8 100644 --- a/libs/shared/utils/jest.config.ts +++ b/libs/shared/utils/jest.config.ts @@ -2,7 +2,7 @@ export default { displayName: 'shared-utils', preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/subscription-setup.ts'], + setupFilesAfterEnv: ['/src/test-setup.ts'], globals: {}, coverageDirectory: '../../../coverage/libs/shared/utils', transform: {