mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
test(select): add unit tests
This commit is contained in:
parent
b15bf65f88
commit
4b1baf0ae3
5 changed files with 306 additions and 64 deletions
5
tests/Select/Select.skeleton.test.svelte
Normal file
5
tests/Select/Select.skeleton.test.svelte
Normal file
|
@ -0,0 +1,5 @@
|
|||
<script lang="ts">
|
||||
import { SelectSkeleton } from "carbon-components-svelte";
|
||||
</script>
|
||||
|
||||
<SelectSkeleton data-testid="select-skeleton" />
|
Loading…
Add table
Add a link
Reference in a new issue