mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 07:31:19 +08:00
This library was causing issues with our current version of Jest (26) and the fact that an inner dependency is ESM only.
3 lines
101 B
JavaScript
3 lines
101 B
JavaScript
// TODO: Once we upgrade to Jest 28/29 we can probably remove this entire mock.
|
|
module.exports = {};
|