Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed Nov 27, 2024
1 parent 3287111 commit 076392e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uui-menu-item/lib/uui-menu-item.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ describe('UUIMenuItemElement', () => {

describe('events', () => {
it('emits a click-label event when button is clicked', async () => {
const listener = oneEvent(element, UUIMenuItemEvent.CLICK_LABEL, false);
const listener = oneEvent(element, UUIMenuItemEvent.CLICK_LABEL);

const buttonElement = element.shadowRoot!.querySelector(
'button#label-button',
Expand Down

0 comments on commit 076392e

Please sign in to comment.