fix: lint warnings
This commit is contained in:
@@ -632,7 +632,7 @@ describe('ComboControl Component', () => {
|
||||
await fireEvent.click(controlBtn);
|
||||
|
||||
// Both should be present
|
||||
const slider = await screen.findByRole('slider');
|
||||
const _slider = await screen.findByRole('slider');
|
||||
const input = await screen.findByTestId('combo-control-input') as HTMLInputElement;
|
||||
|
||||
// Input should show initial value
|
||||
@@ -843,7 +843,7 @@ describe('ComboControl Component', () => {
|
||||
|
||||
it('letter spacing control with decimal precision', async () => {
|
||||
const control = createTestControl(0, { min: -0.1, max: 0.5, step: 0.01 });
|
||||
const { container } = render(ComboControl, {
|
||||
const { container: _container } = render(ComboControl, {
|
||||
control,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user