fix: ts issue on SelectOption test

This commit is contained in:
Dominik Prokop 2019-03-19 16:15:19 +01:00
parent 512f2dd024
commit 1178115d50

View File

@ -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',