1
0
Fork 0

should listen to the selected and shown event of autocomplete is still failing

This commit is contained in:
s-pace 2018-11-02 11:25:38 +01:00
parent bb1e19d58f
commit b3c057e95c

View file

@ -211,7 +211,7 @@ describe('DocSearch', () => {
});
it('should listen to the selected and shown event of autocomplete', () => {
// Given
const options = defaultOptions;
const options = { ...defaultOptions, handleSelected: true };
// When
new DocSearch(options);