Update useY2Axis.test.ts

This commit is contained in:
Nate Kelley 2025-09-24 21:49:30 -06:00
parent e5032528ef
commit 7727f67ff6
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ describe('useY2Axis', () => {
y2AxisScaleType: 'linear' as const,
columnMetadata: [],
columnSettings: {},
yAxis: {
min: undefined,
max: undefined,
},
} as Parameters<typeof useY2Axis>[0];
it('should return undefined display when chart type is not Combo', () => {