storybook/examples/angular-cli/jest.addon-config.js

6 lines
205 B
JavaScript
Raw Normal View History

module.exports = {
preset: 'jest-preset-angular',
testPathIgnorePatterns: ['/node_modules/', '/storybook-static/', 'angularshots.test.js', 'dist'],
2019-04-25 22:54:53 +02:00
setupFilesAfterEnv: ['./jest-config/setup.ts'],
};