Skip to content

Commit

Permalink
🏗️ build(tsc): fix typescript issues
Browse files Browse the repository at this point in the history
  • Loading branch information
thrownullexception committed Nov 16, 2023
1 parent 8c1bb5e commit ad53a87
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ describe("<RenderNavigation />", () => {
isFullWidth
setIsFullWidth={jest.fn()}
navigation={navigationItems}
activeItem={{}}
setActiveItem={jest.fn()}
/>
);

Expand All @@ -76,6 +78,8 @@ describe("<RenderNavigation />", () => {
isFullWidth={false}
setIsFullWidth={jest.fn()}
navigation={navigationItems}
activeItem={{}}
setActiveItem={jest.fn()}
/>
);

Expand All @@ -96,6 +100,8 @@ describe("<RenderNavigation />", () => {
isFullWidth
setIsFullWidth={jest.fn()}
navigation={navigationItems}
activeItem={{}}
setActiveItem={jest.fn()}
/>
);

Expand Down

0 comments on commit ad53a87

Please sign in to comment.