test: add edge-case coverage for POST /api/auth/refresh - #748
Merged
Annotations
10 errors and 1 warning
|
Typecheck:
src/components/layouts/DashboardLayout.tsx#L126
Cannot find name 'OfflineBanner'.
|
|
Typecheck:
src/components/dashboard/RecentActivityFeed.tsx#L9
Module '"@/lib/api"' has no exported member 'fetchRecentActivity'.
|
|
Typecheck:
src/components/dashboard/RecentActivityFeed.tsx#L9
Module '"@/lib/api"' has no exported member 'ActivityItem'.
|
|
Typecheck:
src/components/dashboard/DashboardOverview.tsx#L8
Module '"@/lib/api"' has no exported member 'fetchOverview'.
|
|
Typecheck:
src/app/demo/dashboard/wallets/page.tsx#L123
Type '{ network: "testnet" | "mainnet"; }[]' is not assignable to type 'Wallet[]'.
|
|
Typecheck:
src/app/demo/dashboard/wallets/page.tsx#L60
Property 'archived' does not exist on type '{ network: "testnet" | "mainnet"; }'.
|
|
Typecheck:
src/app/demo/dashboard/wallets/page.tsx#L52
Property 'archived' does not exist on type '{ network: "testnet" | "mainnet"; }'.
|
|
Typecheck:
src/app/api/wallets/[id]/route.ts#L132
Cannot find name 'isMockFallbackAllowed'.
|
|
Typecheck:
src/app/api/wallets/[id]/route.ts#L73
Cannot find name 'isMockFallbackAllowed'.
|
|
Typecheck:
src/app/api/activity/route.ts#L93
Argument of type '{ id: string; type: string; description: string; timestamp: string; network: TransactionNetwork; status: string; }' is not assignable to parameter of type 'AuditLogEntry'.
|
|
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