storybook/examples/angular-cli/jest.addon-config.js
2019-04-25 22:54:53 +02:00

6 lines
205 B
JavaScript

module.exports = {
preset: 'jest-preset-angular',
testPathIgnorePatterns: ['/node_modules/', '/storybook-static/', 'angularshots.test.js', 'dist'],
setupFilesAfterEnv: ['./jest-config/setup.ts'],
};