mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-24 05:02:24 +08:00
7 lines
129 B
JavaScript
7 lines
129 B
JavaScript
|
const baseConfig = require('../../jest.config.browser');
|
||
|
|
||
|
module.exports = {
|
||
|
...baseConfig,
|
||
|
displayName: 'client-logger',
|
||
|
};
|