mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -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: '',
|
||||
onClick: jest.fn(),
|
||||
onMouseOver: jest.fn(),
|
||||
onMouseMove: jest.fn(),
|
||||
tabIndex: 1,
|
||||
},
|
||||
label: 'Option label',
|
||||
|
Loading…
Reference in New Issue
Block a user