Tests - Added tests for Image and SocialLink. #1136
Triggered via pull request
March 8, 2025 17:10
Status
Success
Total duration
1d 0h 1m 37s
Artifacts
–
pr_ci_frontend.yaml
on: pull_request
Run PR Frontend Check
1m 31s
Annotations
8 errors
Run PR Frontend Check
Type '() => ArrayIterator<[number, { id: number; author: string; content: string; votes: number; date: string; }]>' is not assignable to type 'DiscussionEntry'.
|
Run PR Frontend Check
Type '{ id: number; author: string; content: string; votes: number; date: string; }[]' is missing the following properties from type 'DiscussionInput': name, supporters, description, category, highRisk
|
Run PR Frontend Check
'nuxtApp.$localePath' is of type 'unknown'.
|
Run PR Frontend Check
Property 'uploadError' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<ExtractPropTypes<{ fullscreen: BooleanConstructor; organizationId: StringConstructor; imageUrls: { (arrayLength: number): string[]; (...items: string[]): string[]; new (arrayLength: number): string[]; new (...items: string[]): string[]; ... 5 more ...; readonly...'.
|
Run PR Frontend Check
Property 'uploadError' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<ExtractPropTypes<{ fullscreen: BooleanConstructor; organizationId: StringConstructor; imageUrls: { (arrayLength: number): string[]; (...items: string[]): string[]; new (arrayLength: number): string[]; new (...items: string[]): string[]; ... 5 more ...; readonly...'.
|
Run PR Frontend Check
'__VLS_ctx.imageUrls' is possibly 'undefined'.
|
Run PR Frontend Check
Type '({ id: string; type: string; paint: { "background-color": string; }; source?: undefined; minzoom?: undefined; layout?: undefined; } | { id: string; type: string; source: string; minzoom: number; paint?: undefined; layout?: undefined; } | { ...; })[]' is not assignable to type 'LayerSpecification[]'.
|
Run PR Frontend Check
Object literal may only specify known properties, but 'mapLayers' does not exist in type 'Partial<MapLibreGlDirectionsConfiguration>'. Did you mean to write 'layers'?
|