fix(typecheck): address test typing issues #41
ci.yml
on: pull_request_target
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
|