Feat/grant export and bulk import - #178
Merged
Abd-Standard merged 3 commits intoAug 30, 2026
Merged
Annotations
3 errors and 11 warnings
|
Run frontend tests
Process completed with exit code 1.
|
|
Run frontend tests:
frontend/src/lib/tasks-list-api.test.ts#L41
AssertionError: expected { id: '1', …(12) } to match object { difficulty: 'advanced', …(2) }
(11 matching properties omitted from actual)
- Expected
+ Received
{
"difficulty": "advanced",
- "organization": "Stellar Development Foundation",
"technologies": [
"Rust",
"Soroban",
],
}
❯ src/lib/tasks-list-api.test.ts:41:23
|
|
Run frontend tests:
frontend/src/lib/activity-store.test.ts#L2
EnvironmentTeardownError: Cannot load '/src/lib/activity-store.ts' imported from /home/runner/work/Task-Bounty/Task-Bounty/frontend/src/lib/activity-store.test.ts after the environment was torn down. This is not a bug in Vitest. The last recorded callstack:
- /src/lib/activity-store.ts
- /home/runner/work/Task-Bounty/Task-Bounty/frontend/src/lib/activity-store.test.ts
- /home/runner/work/Task-Bounty/Task-Bounty/frontend/src/test/regression.test.ts
❯ src/lib/activity-store.test.ts:2:1
This error originated in "src/test/regression.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
|
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/cache@v4, 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/
|
|
Lint:
frontend/src/lib/taskValidation.test.ts#L10
'futureDateIso' is defined but never used
|
|
Lint:
frontend/src/lib/taskValidation.test.ts#L6
'INVALID_TASK_SCHEMA_PRESENT_DEADLINE' is defined but never used
|
|
Lint:
frontend/src/lib/taskValidation.test.ts#L5
'INVALID_TASK_SCHEMA_PAST_DEADLINE' is defined but never used
|
|
Lint:
frontend/src/lib/task-workflow.ts#L545
'now' is assigned a value but never used
|
|
Lint:
frontend/src/lib/form-validation.ts#L9
'ErrorCodes' is defined but never used
|
|
Lint:
frontend/src/lib/form-validation.ts#L9
'createError' is defined but never used
|
|
Lint:
frontend/src/hooks/useNotificationPreferences.test.ts#L190
'modified' is assigned a value but never used
|
|
Lint:
frontend/src/components/UserActivityTimeline.tsx#L17
'ActivityRecord' is defined but never used
|
|
Lint:
frontend/src/app/(marketing)/landing/components/WaitlistHeroSection.test.tsx#L22
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
Lint:
frontend/src/app/(marketing)/landing/components/FaqSection.test.tsx#L8
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
background
wait
wait-all
cancel
parallel
Loading