storybook/code/lib/cli/__mocks__/@aw-web-design/x-default-browser.js
Yann Braga 82ddfced0a add mock for x-default-browser lib
This library was causing issues with our current version of Jest (26) and the fact that an inner dependency is ESM only.
2022-11-04 16:36:20 +01:00

3 lines
101 B
JavaScript

// TODO: Once we upgrade to Jest 28/29 we can probably remove this entire mock.
module.exports = {};