1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-03-31 05:03:21 +08:00
Ian VanSchooten dfb9384de6 Create separate jest projects in /lib
This allows us to run some projects with node, and others with browser environment
2022-11-10 13:46:42 -05:00

7 lines
128 B
JavaScript

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