We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be68bbe commit 1ea16d1Copy full SHA for 1ea16d1
src/__tests__/hooks/useAnchoredPosition.test.tsx
@@ -23,6 +23,7 @@ it('should should return a position', () => {
23
expect(cb).toHaveBeenCalledTimes(2)
24
expect(cb.mock.calls[1][0]['position']).toMatchInlineSnapshot(`
25
{
26
+ "anchorAlign": "start",
27
"anchorSide": "outside-bottom",
28
"left": 0,
29
"top": 4,
0 commit comments