test(select): add unit tests

This commit is contained in:
Eric Liu 2025-03-06 18:27:58 -08:00
commit 4b1baf0ae3
5 changed files with 306 additions and 64 deletions

View file

@ -0,0 +1,5 @@
<script lang="ts">
import { SelectSkeleton } from "carbon-components-svelte";
</script>
<SelectSkeleton data-testid="select-skeleton" />