Skip to content

Commit 7adf9fc

Browse files
committed
fixup! fixup! chore: migrate to yarn modern
1 parent f9f3193 commit 7adf9fc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

packages/charts/react-charts/library/src/components/GanttChart/__snapshots__/GanttChart.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ exports[`GanttChart interaction and accessibility tests should render custom cal
428428
data-popper-reference-hidden=""
429429
data-tabster="{\\"restorer\\":{\\"type\\":0}}"
430430
role="group"
431-
style="position: absolute; left: 0px; top: 0px; margin: 0px; box-sizing: border-box; max-width: 0px; max-height: -20px; overflow-y: auto; transform: translate(-10px, -40px);"
431+
style="position: absolute; left: 0px; top: 0px; margin: 0px; box-sizing: border-box; max-width: 10px; max-height: -20px; overflow-y: auto; transform: translate(0px, -40px);"
432432
>
433433
<div
434434
class="fui-cart__calloutContentRoot"
@@ -4763,7 +4763,7 @@ exports[`GanttChart rendering and behavior tests should render callout correctly
47634763
data-popper-reference-hidden=""
47644764
data-tabster="{\\"restorer\\":{\\"type\\":0}}"
47654765
role="group"
4766-
style="position: absolute; left: 0px; top: 0px; margin: 0px; box-sizing: border-box; max-width: 0px; max-height: -20px; overflow-y: auto; transform: translate(-10px, -40px);"
4766+
style="position: absolute; left: 0px; top: 0px; margin: 0px; box-sizing: border-box; max-width: 10px; max-height: -20px; overflow-y: auto; transform: translate(0px, -40px);"
47674767
>
47684768
<div
47694769
class="fui-cart__calloutContentRoot"

packages/react-components/react-positioning/library/src/utils/getFloatingUIOffset.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ describe('getFloatingUIOffset', () => {
3535
getDocumentElement: jest.fn(),
3636
getClientRects: jest.fn(),
3737
isRTL: jest.fn(),
38+
detectOverflow: jest.fn(),
3839
},
3940
middlewareData: {},
4041
x: 0,

0 commit comments

Comments
 (0)