should listen to the selected and shown event of autocomplete is still failing
This commit is contained in:
parent
bb1e19d58f
commit
b3c057e95c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue