Skip to content

Commit 740485d

Browse files
committed
fix test
1 parent 4a3b0e1 commit 740485d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mui-joy/src/utils/useSlot.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ describe('useSlot', () => {
158158
ownerState: {},
159159
additionalProps: {
160160
open: true, // !!force the popper to always visible for testing
161+
anchorEl: () => document.createElement('div'),
161162
},
162163
internalForwardedProps: {
163164
component: ItemRoot,

0 commit comments

Comments
 (0)