mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
8 lines
215 B
JavaScript
8 lines
215 B
JavaScript
/* eslint-disable import/extensions */
|
|
const base = require('./jest.config.js');
|
|
|
|
module.exports = {
|
|
...base,
|
|
testPathIgnorePatterns: ['/node_modules/', '/storybook-static/', 'angularshots.test.js', 'dist'],
|
|
};
|