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