mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
test(text-area): add unit tests
This commit is contained in:
parent
7c436bd747
commit
e35a25de81
4 changed files with 209 additions and 19 deletions
7
tests/TextArea/TextAreaCustom.test.svelte
Normal file
7
tests/TextArea/TextAreaCustom.test.svelte
Normal file
|
@ -0,0 +1,7 @@
|
|||
<script lang="ts">
|
||||
import { TextArea } from "carbon-components-svelte";
|
||||
</script>
|
||||
|
||||
<TextArea labelText="Custom label">
|
||||
<span slot="labelText">Custom Label Text</span>
|
||||
</TextArea>
|
Loading…
Add table
Add a link
Reference in a new issue