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