storybook/frameworks/angular/jest.config.js
2022-05-12 00:38:11 +08:00

5 lines
106 B
JavaScript

module.exports = {
preset: 'jest-preset-angular',
setupFilesAfterEnv: ['<rootDir>/setup-jest.ts'],
};