1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-04-07 07:21:17 +08:00
Norbert de Langen c2bbe43d02
stage0
2022-07-21 11:24:07 +02:00

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'],
};