fix: test setup

This commit is contained in:
thomas
2024-02-22 09:04:35 +01:00
parent 2551d6d980
commit a41faf818b
40 changed files with 40 additions and 40 deletions

View File

@@ -2,7 +2,7 @@
export default {
displayName: 'ngrx-notification-backend',
preset: '../../../jest.preset.js',
setupFilesAfterEnv: ['<rootDir>/src/subscription-setup.ts'],
setupFilesAfterEnv: ['<rootDir>/src/test-setup.ts'],
globals: {},
coverageDirectory: '../../../coverage/libs/ngrx-notification/backend',
transform: {

View File

@@ -2,7 +2,7 @@
export default {
displayName: 'ngrx-notification-model',
preset: '../../../jest.preset.js',
setupFilesAfterEnv: ['<rootDir>/src/subscription-setup.ts'],
setupFilesAfterEnv: ['<rootDir>/src/test-setup.ts'],
globals: {},
coverageDirectory: '../../../coverage/libs/ngrx-notification/model',
transform: {