Skip to content

Commit

Permalink
Add missing prop in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hetunandu committed Jul 8, 2024
1 parent 71e5795 commit e26ee7a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const sidebarButtonProps: SidebarButtonProps = {
onClick: () => {},
selected: false,
title: "Test",
urlSuffix: "/test",
};

describe("SidebarButton", () => {
Expand Down

0 comments on commit e26ee7a

Please sign in to comment.