diff --git a/packages/direflow-scripts/direflow-jest.config.js b/packages/direflow-scripts/direflow-jest.config.js index 37603e2..6415c33 100644 --- a/packages/direflow-scripts/direflow-jest.config.js +++ b/packages/direflow-scripts/direflow-jest.config.js @@ -1,7 +1,7 @@ const { createContext } = require('react'); // eslint-disable-next-line no-undef -jest.mock('../direflow-component', () => ({ +jest.doMock('../direflow-component', () => ({ Styled: (props) => { return props.children; },