Skip to content

Commit 7f290e4

Browse files
test: account for added arrow padding
1 parent 49fdb26 commit 7f290e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/index.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ describe('compute positions', () => {
117117
expect(value).toEqual({
118118
tooltipArrowStyles: {
119119
bottom: '-4px',
120-
left: '0px',
120+
left: '5px',
121121
right: '',
122122
top: '',
123123
},
124124
tooltipStyles: {
125-
left: '5px',
125+
left: '-5px',
126126
top: '-10px',
127127
},
128128
})

0 commit comments

Comments
 (0)