Testing
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user