Skip to content

fix(InputMenu): removing tag does not change modelValue #32

fix(InputMenu): removing tag does not change modelValue

fix(InputMenu): removing tag does not change modelValue #32

Triggered via pull request January 9, 2025 07:58
Status Failure
Total duration 2m 38s
Artifacts

module.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build (ubuntu-latest, 22): test/components/InputMenu.spec.ts#L167
Type '[{ label: string; value: string; }]' does not satisfy the constraint '{ 0: { [x: number]: never; value: "Expected: string, Actual: never"; label: "Expected: string, Actual: never"; }; }'.
build (ubuntu-latest, 22): test/components/InputMenu.spec.ts#L173
Type '[{ label: string; value: number; }[]]' does not satisfy the constraint '{ 0: { [x: number]: never; value: "Expected: number, Actual: never"; label: "Expected: string, Actual: never"; }[]; }'.
build (ubuntu-latest, 22): test/components/InputMenu.spec.ts#L179
Type '[string]' does not satisfy the constraint '{ 0: "Expected: string, Actual: ..."; }'.
build (ubuntu-latest, 22): test/components/InputMenu.spec.ts#L186
Type '[number[]]' does not satisfy the constraint '{ 0: "Expected: number, Actual: ..."[]; }'.
build (ubuntu-latest, 22): test/components/InputMenu.spec.ts#L191
Type '[string]' does not satisfy the constraint '{ 0: "Expected: string, Actual: ..."; }'.
build (ubuntu-latest, 22): test/components/InputMenu.spec.ts#L197
Type '[string[]]' does not satisfy the constraint '{ 0: "Expected: string, Actual: ..."[]; }'.
build (ubuntu-latest, 22): test/components/InputMenu.spec.ts#L202
Type '[string]' does not satisfy the constraint '{ 0: "Expected: string, Actual: ..."; }'.
build (ubuntu-latest, 22): test/components/InputMenu.spec.ts#L208
Type '[string[]]' does not satisfy the constraint '{ 0: "Expected: string, Actual: ..."[]; }'.
build (ubuntu-latest, 22): test/components/InputMenu.spec.ts#L214
Type '[(string | number | { value: string; } | { value: number; })[]]' does not satisfy the constraint '{ 0: ("Expected: string, Actual: ..." | "Expected: number, Actual: ..." | "Expected: ..., Actual: ...")[]; }'.
build (ubuntu-latest, 22)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636