Skip to content

Commit 985512f

Browse files
committed
test: fix test
1 parent 364cf47 commit 985512f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/DropdownMenu.spec.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ describe('DropdownMenu', () => {
5959
block: 'nearest',
6060
inline: 'nearest',
6161
});
62+
scrollIntoViewMock.mockClear();
6263

6364
act(() => {
6465
// Press ArrowUp to verify scrolling up

0 commit comments

Comments
 (0)