test(text-input): add unit tests

This commit is contained in:
Eric Liu 2025-03-20 12:39:51 -07:00
commit eb413a1fba
4 changed files with 260 additions and 45 deletions

View 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>