Skip to content

Commit

Permalink
fix path for jest mock
Browse files Browse the repository at this point in the history
  • Loading branch information
hetunandu committed Oct 16, 2024
1 parent 51e5c39 commit c36241f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jest.mock("../../../store", () => ({
changeQuery: jest.fn(),
}));

jest.mock("PluginActionEditor", () => ({
jest.mock("../../../PluginActionContext", () => ({
usePluginActionContext: jest.fn(),
}));

Expand Down

0 comments on commit c36241f

Please sign in to comment.