Skip to content

Commit

Permalink
Apply code formatting and fixable ESLint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp authored and github-actions[bot] committed Jan 23, 2025
1 parent 0430908 commit 4f68b67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ describe("mt-context-menu", async () => {
await userEvent.click(screen.getByRole("menuitem"));

// ASSERT
expect(handler).toHaveBeenCalled();
expect(handler).toHaveBeenCalledWith();
});

it("closes the context menu when clicking on a context menu item", async () => {
Expand Down

0 comments on commit 4f68b67

Please sign in to comment.