mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +08:00
7 lines
176 B
JavaScript
7 lines
176 B
JavaScript
const base = require('./jest.config.js');
|
|
|
|
module.exports = {
|
|
...base,
|
|
testPathIgnorePatterns: ['/node_modules/', '/storybook-static/', 'angularshots.test.js', 'dist'],
|
|
};
|