Skip to content

WIP: Support for vue type helpers changes #4030

WIP: Support for vue type helpers changes

WIP: Support for vue type helpers changes #4030

Triggered via pull request November 20, 2023 14:16
Status Failure
Total duration 1m 22s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

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

Annotations

15 errors
build (20): tests/features/plugins.spec.ts#L120
Type 'Mock<[any], VNode<RendererNode, RendererElement, { [key: string]: any; }>>' is not assignable to type 'CustomCreateStub'.
build (20): tests/features/transition.spec.ts#L16
Argument of type '"name"' is not assignable to parameter of type 'keyof VNodeProps | keyof AllowedComponentProps'.
build (20): tests/findComponent.spec.ts#L382
Argument of type '"value"' is not assignable to parameter of type 'keyof VNodeProps | keyof AllowedComponentProps'.
build (20): tests/mountingOptions/slots.spec.ts#L123
Parameter 'params' implicitly has an 'any' type.
build (20): tests/mountingOptions/slots.spec.ts#L137
Parameter 'params' implicitly has an 'any' type.
build (20): tests/setData.spec.ts#L88
Property 'string' is missing in type '{ foo: { bar: string; }; }' but required in type '{ string: string; foo: { bar: string; }; }'.
build (20)
Process completed with exit code 1.
build (18)
The job was canceled because "_20" failed.
build (18): tests/features/plugins.spec.ts#L120
Type 'Mock<[any], VNode<RendererNode, RendererElement, { [key: string]: any; }>>' is not assignable to type 'CustomCreateStub'.
build (18): tests/features/transition.spec.ts#L16
Argument of type '"name"' is not assignable to parameter of type 'keyof VNodeProps | keyof AllowedComponentProps'.
build (18): tests/findComponent.spec.ts#L382
Argument of type '"value"' is not assignable to parameter of type 'keyof VNodeProps | keyof AllowedComponentProps'.
build (18): tests/mountingOptions/slots.spec.ts#L123
Parameter 'params' implicitly has an 'any' type.
build (18): tests/mountingOptions/slots.spec.ts#L137
Parameter 'params' implicitly has an 'any' type.
build (18): tests/setData.spec.ts#L88
Property 'string' is missing in type '{ foo: { bar: string; }; }' but required in type '{ string: string; foo: { bar: string; }; }'.
build (18)
The operation was canceled.