feat(wallets): add integration test for wallet following list endpoint - #775
Merged
Chucks1093 merged 2 commits intoAug 27, 2026
Annotations
10 errors and 1 warning
|
Build:
src/modules/admin/key-sync.integration.test.ts#L60
Cannot find name 'creatorId'. Did you mean 'creator'?
|
|
Build:
src/modules/admin/key-sync.integration.test.ts#L50
Object literal may only specify known properties, and 'price' does not exist in type '(Without<CreatorPriceSnapshotCreateInput, CreatorPriceSnapshotUncheckedCreateInput> & CreatorPriceSnapshotUncheckedCreateInput) | (Without<...> & CreatorPriceSnapshotCreateInput)'.
|
|
Build:
src/modules/admin/key-sync.integration.test.ts#L49
Cannot find name 'creatorId'. Did you mean 'creator'?
|
|
Build:
src/modules/admin/key-sync.integration.test.ts#L28
Type '{ email: string; stellarWallet: { create: { address: string; }; }; }' is not assignable to type 'Exact<(Without<UserCreateInput, UserUncheckedCreateInput> & UserUncheckedCreateInput) | (Without<...> & UserCreateInput), (Without<...> & UserUncheckedCreateInput) | (Without<...> & UserCreateInput)>'.
|
|
Build:
src/modules/admin/key-sync.integration.test.ts#L3
Cannot find module '../../utils/server.utils' or its corresponding type declarations.
|
|
Build:
src/modules/admin/key-sync.integration.test.ts#L1
Cannot find module 'vitest' or its corresponding type declarations.
|
|
Build:
src/modules/admin/audit-log.integration.test.ts#L1
Cannot find module 'vitest' or its corresponding type declarations.
|
|
Build:
src/modules/admin/audit-log-endpoint.integration.test.ts#L3
Cannot find module '../../utils/server.utils' or its corresponding type declarations.
|
|
Build:
src/modules/admin/audit-log-endpoint.integration.test.ts#L1
Cannot find module 'vitest' or its corresponding type declarations.
|
|
Build:
src/middlewares/jwt.middleware.ts#L75
Property 'JWT_EXPIRES_IN' does not exist on type '{ PORT: number; MODE: "development" | "production" | "test"; DATABASE_URL: string; GMAIL_USER: string; GMAIL_APP_PASSWORD: string; GOOGLE_CLIENT_ID: string; GOOGLE_CLIENT_SECRET: string; ... 58 more ...; HORIZON_WEBHOOK_SECRET?: string | undefined; }'.
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading