mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-25 05:03:10 +08:00
7 lines
139 B
JavaScript
7 lines
139 B
JavaScript
const baseConfig = require('../../jest.config.node');
|
|
|
|
module.exports = {
|
|
...baseConfig,
|
|
displayName: 'frameworks/preact-webpack5',
|
|
};
|