Skip to content

tests fixed

tests fixed #103

Triggered via push February 22, 2026 22:50
Status Failure
Total duration 4m 25s
Artifacts

test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

7 errors
build
Process completed with exit code 2.
build: app/components/forms/input-text/InputTextCore.vue#L31
Type '"true" | null' is not assignable to type 'Booleanish | "grammar" | "spelling" | undefined'.
build: app/components/forms/input-select/InputSelectCore.vue#L11
Type '"true" | null' is not assignable to type 'Booleanish | "grammar" | "spelling" | undefined'.
build: app/components/forms/input-checkbox-radio/tests/InputCheckboxRadioCore.spec.ts#L35
Type '{ type: "checkbox"; id: string; name: string; required: boolean; size: string; theme: string; fieldHasError: boolean; styleClassPassthrough: string[]; trueValue: string; falseValue: string; ariaDescribedby: string; displayAsDisc: boolean; multipleOptions: boolean; isButton: boolean; }' is not assignable to type 'VNodeProps & { __v_isVNode?: undefined; [Symbol.iterator]?: undefined; } & Record<string, any> & { readonly type: "checkbox" | "radio"; readonly id: string; ... 12 more ...; readonly "onUpdate:modelValue"?: ((value: string | ... 3 more ... | undefined) => any) | undefined; } & AllowedComponentProps & ComponentCustom...'.
build: app/components/forms/input-checkbox-radio/InputCheckboxRadioWithLabel.vue#L16
Type 'string' is not assignable to type 'FormUiTheme | undefined'.
build: app/components/forms/input-checkbox-radio/InputCheckboxRadioCore.vue#L28
Type '"true" | null' is not assignable to type 'Booleanish | "grammar" | "spelling" | undefined'.
build: app/components/forms/input-checkbox-radio/InputCheckboxRadioButton.vue#L19
Type 'string' is not assignable to type 'FormUiTheme | undefined'.