mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 19:01:05 +00:00
test(checkbox): add unit tests
This commit is contained in:
parent
1ba777ade8
commit
ca4a12164d
6 changed files with 197 additions and 15 deletions
5
tests/Checkbox/Checkbox.skeleton.test.svelte
Normal file
5
tests/Checkbox/Checkbox.skeleton.test.svelte
Normal file
|
@ -0,0 +1,5 @@
|
|||
<script lang="ts">
|
||||
import { Checkbox } from "carbon-components-svelte";
|
||||
</script>
|
||||
|
||||
<Checkbox skeleton data-testid="checkbox-skeleton" />
|
Loading…
Add table
Add a link
Reference in a new issue