storybook/code/renderers/html/jest.config.js
2022-11-10 14:39:57 -05:00

7 lines
130 B
JavaScript

const baseConfig = require('../../jest.config.browser');
module.exports = {
...baseConfig,
displayName: 'renderers/html',
};