mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
test(radio-button): add unit tests
This commit is contained in:
parent
34e50618f6
commit
5758c555d6
4 changed files with 167 additions and 35 deletions
7
tests/RadioButton/RadioButtonCustom.test.svelte
Normal file
7
tests/RadioButton/RadioButtonCustom.test.svelte
Normal file
|
@ -0,0 +1,7 @@
|
|||
<script lang="ts">
|
||||
import { RadioButton } from "carbon-components-svelte";
|
||||
</script>
|
||||
|
||||
<RadioButton labelText="Custom label" value="custom" name="test-group">
|
||||
<span slot="labelText">Custom Label Text</span>
|
||||
</RadioButton>
|
Loading…
Add table
Add a link
Reference in a new issue