diff --git a/tests/ComboBox.test.svelte b/tests/ComboBox.test.svelte index 6635317c..af93d81a 100644 --- a/tests/ComboBox.test.svelte +++ b/tests/ComboBox.test.svelte @@ -23,7 +23,12 @@ on:select="{(e) => { console.log(e.detail.selectedId); }}" -/> + let:item + let:index +> + {item.id} + {index} +