Update useY2Axis.test.ts

This commit is contained in:
Nate Kelley 2025-09-15 18:14:43 -06:00
parent 8137780dd4
commit 723d1c4dc7
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ describe('useY2Axis', () => {
y2AxisShowAxisLabel: true,
y2AxisStartAxisAtZero: true,
y2AxisScaleType: 'linear' as const,
columnMetadata: [],
columnSettings: {},
} as Parameters<typeof useY2Axis>[0];
it('should return undefined display when chart type is not Combo', () => {