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

7 lines
176 B
JavaScript
Raw Normal View History

const base = require('./jest.config.js');
module.exports = {
...base,
testPathIgnorePatterns: ['/node_modules/', '/storybook-static/', 'angularshots.test.js', 'dist'],
};