Skip to content

fix(typecheck): address test typing issues #41

fix(typecheck): address test typing issues

fix(typecheck): address test typing issues #41

Triggered via pull request June 3, 2026 09:13
@HarxhitHarxhit
synchronize #462
Status Failure
Total duration 58s
Artifacts

ci.yml

on: pull_request_target
detect-changes
5s
detect-changes
backend-ci
31s
backend-ci
web-ci
web-ci
mobile-ci
0s
mobile-ci
comment-results
8s
comment-results
Fit to window
Zoom out
Zoom in

Annotations

19 errors and 4 warnings
backend-ci
Process completed with exit code 1.
backend-ci
Property 'user' does not exist on type 'FastifyRequest<RouteGenericInterface, RawServerDefault, IncomingMessage, FastifySchema, FastifyTypeProviderDefault, unknown, FastifyBaseLogger, ResolveFastifyRequestType<...>>'.
backend-ci
Property 'user' does not exist on type 'FastifyRequest<RouteGenericInterface, RawServerDefault, IncomingMessage, FastifySchema, FastifyTypeProviderDefault, unknown, FastifyBaseLogger, ResolveFastifyRequestType<...>>'.
backend-ci
Property 'jwtVerify' does not exist on type 'FastifyRequest<RouteGenericInterface, RawServerDefault, IncomingMessage, FastifySchema, FastifyTypeProviderDefault, unknown, FastifyBaseLogger, ResolveFastifyRequestType<...>>'.
backend-ci
Property 'user' does not exist on type 'FastifyRequest<{ Params: CardParams; }, RawServerDefault, IncomingMessage, FastifySchema, FastifyTypeProviderDefault, unknown, FastifyBaseLogger, ResolveFastifyRequestType<...>>'.
backend-ci
Property 'user' does not exist on type 'FastifyRequest<{ Params: CardParams; }, RawServerDefault, IncomingMessage, FastifySchema, FastifyTypeProviderDefault, unknown, FastifyBaseLogger, ResolveFastifyRequestType<...>>'.
backend-ci
Property 'user' does not exist on type 'FastifyRequest<{ Params: CardParams; Body: UpdateCardBody; }, RawServerDefault, IncomingMessage, FastifySchema, FastifyTypeProviderDefault, unknown, FastifyBaseLogger, ResolveFastifyRequestType<...>>'.
backend-ci
Argument of type '{ title?: string; linkIds?: string[]; }' is not assignable to parameter of type '{ title: string; linkIds: string[]; }'.
backend-ci
Property 'user' does not exist on type 'FastifyRequest<{ Body: CreateCardBody; }, RawServerDefault, IncomingMessage, FastifySchema, FastifyTypeProviderDefault, unknown, FastifyBaseLogger, ResolveFastifyRequestType<...>>'.
backend-ci
Property 'user' does not exist on type 'FastifyRequest<RouteGenericInterface, RawServerDefault, IncomingMessage, FastifySchema, FastifyTypeProviderDefault, unknown, FastifyBaseLogger, ResolveFastifyRequestType<...>>'.
backend-ci
Property 'jwtVerify' does not exist on type 'FastifyRequest<RouteGenericInterface, RawServerDefault, IncomingMessage, FastifySchema, FastifyTypeProviderDefault, unknown, FastifyBaseLogger, ResolveFastifyRequestType<...>>'.
backend-ci
Process completed with exit code 1.
backend-ci
Process completed with exit code 1.
backend-ci: apps/backend/src/__tests__/validateEnv.test.ts#L1
There should be at least one empty line between import groups
backend-ci: apps/backend/src/__tests__/profiles.test.ts#L3
There should be at least one empty line between import groups
backend-ci: apps/backend/src/__tests__/profiles.test.ts#L2
`fastify` import should occur before import of `vitest`
backend-ci: apps/backend/src/__tests__/profiles.test.ts#L2
There should be at least one empty line between import groups
backend-ci: apps/backend/src/__tests__/cards.test.ts#L2
`fastify` import should occur before import of `vitest`
backend-ci: apps/backend/src/__tests__/cards.test.ts#L2
There should be at least one empty line between import groups
backend-ci: apps/backend/src/__tests__/validateEnv.test.ts#L11
Missing return type on function
backend-ci: apps/backend/src/__tests__/profiles.test.ts#L31
Missing return type on function
backend-ci: apps/backend/src/__tests__/cards.test.ts#L52
Missing return type on function
backend-ci: apps/backend/src/__tests__/cards.test.ts#L46
Missing return type on function