test(select): add unit tests (#2109)

This commit is contained in:
Eric Liu 2025-03-06 18:32:22 -08:00 committed by GitHub
commit 5522c5b0b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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" />