Skip to content

ci: add type test #1385

ci: add type test

ci: add type test #1385

Triggered via push November 21, 2023 09:31
Status Failure
Total duration 34s
Artifacts

test.yml

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

Annotations

4 errors
test (18): lib/components/STableCell.vue#L42
Type 'TableCellValueColor | ((value: any, record: any) => TableCellValueColor) | undefined' is not assignable to type 'Color | ((value: any, record: any) => Color) | undefined'.
test (18): lib/components/STableCell.vue#L43
Type 'TableCellValueColor | ((value: any, record: any) => TableCellValueColor) | undefined' is not assignable to type 'Color | ((value: any, record: any) => Color) | undefined'.
test (18): lib/components/STableCell.vue#L79
Type '(value: any, record: any) => TableCellPillItem[]' is not assignable to type '(value: string[], record: any) => Pill[]'.
test (18)
Process completed with exit code 1.