WIP: Support for vue type helpers changes #4030
Annotations
7 errors
tests/features/plugins.spec.ts#L120
Type 'Mock<[any], VNode<RendererNode, RendererElement, { [key: string]: any; }>>' is not assignable to type 'CustomCreateStub'.
|
tests/features/transition.spec.ts#L16
Argument of type '"name"' is not assignable to parameter of type 'keyof VNodeProps | keyof AllowedComponentProps'.
|
tests/findComponent.spec.ts#L382
Argument of type '"value"' is not assignable to parameter of type 'keyof VNodeProps | keyof AllowedComponentProps'.
|
tests/mountingOptions/slots.spec.ts#L123
Parameter 'params' implicitly has an 'any' type.
|
tests/mountingOptions/slots.spec.ts#L137
Parameter 'params' implicitly has an 'any' type.
|
tests/setData.spec.ts#L88
Property 'string' is missing in type '{ foo: { bar: string; }; }' but required in type '{ string: string; foo: { bar: string; }; }'.
|
|
The logs for this run have expired and are no longer available.
Loading