1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-04-07 23:02:00 +08:00
2020-05-18 19:49:10 +02:00

7 lines
176 B
JavaScript

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