Skip to content

Commit

Permalink
chore: Move queryOptionMock to process-editor (#13915)
Browse files Browse the repository at this point in the history
  • Loading branch information
wrt95 authored Oct 31, 2024
1 parent 8ddc602 commit 1c91aa5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
mockBpmnApiContextValue,
mockBpmnContextValue,
} from '../../../../../../test/mocks/bpmnContextMock';
import { queryOptionMock } from 'app-shared/mocks/queryOptionMock';
import { queryOptionMock } from '../../../../../../test/mocks/queryOptionMock';
import { PROTECTED_TASK_NAME_CUSTOM_RECEIPT } from 'app-shared/constants';

const mockAddLayoutSet = jest.fn().mockImplementation(queryOptionMock);
Expand Down

0 comments on commit 1c91aa5

Please sign in to comment.