mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 23:51:16 +08:00
7 lines
118 B
JavaScript
7 lines
118 B
JavaScript
const baseConfig = require('../../jest.config.node');
|
|
|
|
module.exports = {
|
|
...baseConfig,
|
|
displayName: 'store',
|
|
};
|