diff --git a/tests/ComboBox.test.svelte b/tests/ComboBox.test.svelte index 9ee7eb9d..9de92cee 100644 --- a/tests/ComboBox.test.svelte +++ b/tests/ComboBox.test.svelte @@ -11,6 +11,7 @@ let ref: ComboBox; let listRef: HTMLDivElement = null; + $: ref?.clear({ focus: false }); $: ref?.clear();