mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 19:01:05 +00:00
test(accordion): add unit tests (#2079)
This commit is contained in:
parent
107b77df6e
commit
cee676331a
7 changed files with 239 additions and 219 deletions
5
tests/Accordion/Accordion.skeleton.test.svelte
Normal file
5
tests/Accordion/Accordion.skeleton.test.svelte
Normal file
|
@ -0,0 +1,5 @@
|
|||
<script lang="ts">
|
||||
import { Accordion } from "carbon-components-svelte";
|
||||
</script>
|
||||
|
||||
<Accordion skeleton />
|
Loading…
Add table
Add a link
Reference in a new issue