Skip to content

Commit

Permalink
test: fix path of function mock
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushpahwa committed Feb 24, 2025
1 parent 66ea9e4 commit 8f4c702
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const defaultProps = {
};

// mock the postrunactionmap
jest.mock("ee/components/PostActionRunComponents", () => ({
jest.mock("ee/PluginActionEditor/components/PostActionRun", () => ({
PostRunActionComponentMap: {
test_modal: () => <div data-testid="t--post-run-action-test-modal-form" />,
},
Expand Down

0 comments on commit 8f4c702

Please sign in to comment.