test(accordion): add unit tests (#2079)

This commit is contained in:
Eric Liu 2024-12-29 12:51:06 -08:00 committed by GitHub
commit cee676331a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 239 additions and 219 deletions

View file

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