Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pksjce committed Nov 14, 2023
1 parent ecb0717 commit 4885192
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/__tests__/anchored-position.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ describe('getAnchoredPosition', () => {
const {float, anchor} = createVirtualDOM(parentRect, anchorRect, floatingRect)
const settings: Partial<PositionSettings> = {side: 'outside-bottom', align: 'start'}
const {top, left, anchorSide, anchorAlign} = getAnchoredPosition(float, anchor, settings)
// Not really sure what to expect here.
expect(anchorSide).toEqual('outside-right')
expect(anchorAlign).toEqual('start')
expect(top).toEqual(0)
Expand Down

0 comments on commit 4885192

Please sign in to comment.