Skip to content

Commit

Permalink
chore(tree): fix type errors in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Nov 10, 2023
1 parent 936980c commit 73522c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/tree/__tests__/TreeGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ describe("TreeGroup", () => {
<TreeProvider
temporaryChildItems={false}
data={{}}
linkComponent="a"
disableTransition={false}
expandedIds={new Set()}
expanderIcon={null}
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/tree/__tests__/TreeItemExpander.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ describe("TreeItemExpander", () => {
<TreeProvider
temporaryChildItems={false}
data={{}}
linkComponent="a"
disableTransition={false}
expandedIds={new Set()}
expanderIcon="icon"
Expand Down

0 comments on commit 73522c5

Please sign in to comment.