mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: ts issue on SelectOption test
This commit is contained in:
parent
512f2dd024
commit
1178115d50
@ -25,6 +25,7 @@ const model: OptionProps<any> = {
|
|||||||
key: '',
|
key: '',
|
||||||
onClick: jest.fn(),
|
onClick: jest.fn(),
|
||||||
onMouseOver: jest.fn(),
|
onMouseOver: jest.fn(),
|
||||||
|
onMouseMove: jest.fn(),
|
||||||
tabIndex: 1,
|
tabIndex: 1,
|
||||||
},
|
},
|
||||||
label: 'Option label',
|
label: 'Option label',
|
||||||
|
Loading…
Reference in New Issue
Block a user