Skip to content

Commit

Permalink
Fix import inside mock call
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Dec 23, 2024
1 parent 65f6dc6 commit c8c96e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const testUser = Object.assign(new User(), {
});
let isWorkflowHistoryEnabled = true;

jest.mock('@/workflows/workflow-history/workflow-history-helper.ee', () => {
jest.mock('@/workflows/workflow-history.ee/workflow-history-helper.ee', () => {
return {
isWorkflowHistoryEnabled: jest.fn(() => isWorkflowHistoryEnabled),
};
Expand Down

0 comments on commit c8c96e7

Please sign in to comment.