Skip to content

Commit 1ea16d1

Browse files
committed
Update snapshot
1 parent be68bbe commit 1ea16d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/__tests__/hooks/useAnchoredPosition.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ it('should should return a position', () => {
2323
expect(cb).toHaveBeenCalledTimes(2)
2424
expect(cb.mock.calls[1][0]['position']).toMatchInlineSnapshot(`
2525
{
26+
"anchorAlign": "start",
2627
"anchorSide": "outside-bottom",
2728
"left": 0,
2829
"top": 4,

0 commit comments

Comments
 (0)