Skip to content

tests

tests #1337

Triggered via schedule January 20, 2025 00:11
Status Failure
Total duration 42s
Artifacts

tests.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
tests
No overload matches this call.
tests
Unused '@ts-expect-error' directive.
tests
Argument of type '(data: Data) => Data' is not assignable to parameter of type '(data: FormDataType) => object'.
tests
Argument of type 'FormDataType' is not assignable to parameter of type 'Data'.
tests
Argument of type 'Data' is not assignable to parameter of type 'FormDataType | (() => FormDataType)'.
tests
Unused '@ts-expect-error' directive.
tests
Type 'FormDataType & InertiaFormProps<FormDataType> & { validating: boolean; touched: (name: keyof Data) => boolean; touch(name: string | ... 1 more ... | NamedInputEvent): Form<...>; ... 13 more ...; validator: () => Validator; }' is not assignable to type 'Form<Data>'.
tests
Argument of type '{ [x: string]: string | undefined; }' is not assignable to parameter of type 'SimpleValidationErrors | ValidationErrors'.
tests
Argument of type '(data: Data) => Record<string, unknown>' is not assignable to parameter of type '(data: FormDataType) => object'.
tests
Argument of type 'FormDataType' is not assignable to parameter of type 'Data'.
tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636