storybook/code/lib/cli-sb/jest.config.js
Ian VanSchooten b5f1860717 Add projects to avoid warnings
Even though there are no tests in here
2022-11-10 14:26:40 -05:00

7 lines
119 B
JavaScript

const baseConfig = require('../../jest.config.node');
module.exports = {
...baseConfig,
displayName: 'cli-sb',
};