Update and resolve tests

This commit is contained in:
adilallo
2026-02-06 19:04:29 -07:00
parent 8c7c074d59
commit aa7364769e
3 changed files with 26 additions and 19 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ componentTestSuite<SelectInputProps>({
component: SelectInput,
name: "SelectInput",
props: {
label: "Test Select Input",
labelText: "Test Select Input",
showLabel: true,
placeholder: "Select an option",
options: [
{ value: "option1", label: "Option 1" },
+1 -1
View File
@@ -8,7 +8,7 @@ componentTestSuite<SwitchProps>({
component: Switch,
name: "Switch",
props: {
label: "Test Switch",
text: "Test Switch",
} as SwitchProps,
requiredProps: [],
optionalProps: {