Skip to content

Commit

Permalink
fix jest
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Jan 4, 2024
1 parent 9022f63 commit 8f2fd76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jest.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ global.store = mockStore({
},
});

const mockSemanticComponents = jest.requireActual('semantic-ui-react');
const mockComponents = jest.requireActual('@plone/volto/components');
var mockSemanticComponents = jest.requireActual('semantic-ui-react');
var mockComponents = jest.requireActual('@plone/volto/components');

jest.mock('semantic-ui-react', () => ({
...mockSemanticComponents,
Expand Down

0 comments on commit 8f2fd76

Please sign in to comment.