test(search): add unit tests

This commit is contained in:
Eric Liu 2025-03-15 17:32:47 -07:00
commit e876553790
5 changed files with 130 additions and 21 deletions

View file

@ -0,0 +1,9 @@
<script lang="ts">
import { Search } from "carbon-components-svelte";
</script>
<Search skeleton labelText="Default skeleton" />
<Search size="lg" skeleton labelText="Large skeleton" />
<Search size="sm" skeleton labelText="Small skeleton" />