mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
test(search): add unit tests
This commit is contained in:
parent
942e6f670b
commit
e876553790
5 changed files with 130 additions and 21 deletions
9
tests/Search/SearchSkeleton.test.svelte
Normal file
9
tests/Search/SearchSkeleton.test.svelte
Normal file
|
@ -0,0 +1,9 @@
|
|||
<script lang="ts">
|
||||
import { Search } from "carbon-components-svelte";
|
||||
</script>
|
||||
|
||||
<Search skeleton labelText="Default skeleton" />
|
||||
|
||||
<Search size="lg" skeleton labelText="Large skeleton" />
|
||||
|
||||
<Search size="sm" skeleton labelText="Small skeleton" />
|
Loading…
Add table
Add a link
Reference in a new issue