mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
test(text-input): add unit tests
This commit is contained in:
parent
e35a25de81
commit
eb413a1fba
4 changed files with 260 additions and 45 deletions
7
tests/TextInput/TextInputCustom.test.svelte
Normal file
7
tests/TextInput/TextInputCustom.test.svelte
Normal file
|
@ -0,0 +1,7 @@
|
|||
<script lang="ts">
|
||||
import { TextInput } from "carbon-components-svelte";
|
||||
</script>
|
||||
|
||||
<TextInput labelText="Custom label">
|
||||
<span slot="labelText">Custom Label Text</span>
|
||||
</TextInput>
|
Loading…
Add table
Add a link
Reference in a new issue