storybook/code/frameworks/angular/jest.config.js
2022-11-10 14:25:48 -05:00

11 lines
299 B
JavaScript

module.exports = {
displayName: 'frameworks/angular',
preset: 'jest-preset-angular',
setupFilesAfterEnv: ['<rootDir>/setup-jest.ts'],
transformIgnorePatterns: ['/node_modules/(?!@angular|rxjs|nanoid|uuid)'],
snapshotFormat: {
escapeString: true,
printBasicPrototype: true,
},
};