This commit is contained in:
Bastian Wagner
2024-11-28 16:59:23 +01:00
parent 6b933a0400
commit 819af7455b
7 changed files with 53 additions and 28 deletions

View File

@@ -3,6 +3,9 @@ import type { Config } from 'jest';
const jestConfig: Config = {
preset: 'jest-preset-angular',
setupFilesAfterEnv: ['<rootDir>/setup-jest.ts'],
moduleNameMapper: {
'@ngxpert/hot-toast': '<rootDir>/mocks/modules/hot-toast',
},
};
export default jestConfig;