fix(backend): validate pagination parameters in views endpoint #364
Triggered via pull request
July 15, 2026 08:37
anshul23102
synchronize
#295
Status
Failure
Total duration
53s
Artifacts
–
ci.yml
on: pull_request_target
Annotations
8 errors
|
backend-ci
Process completed with exit code 1.
|
|
backend-ci
Process completed with exit code 1.
|
|
src/__tests__/analytics.test.ts > Analytics API > GET /api/analytics/overview > 200 — returns analytics overview:
apps/backend/src/__tests__/analytics.test.ts#L191
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ src/__tests__/analytics.test.ts:191:15
|
|
backend-ci
Process completed with exit code 1.
|
|
backend-ci:
apps/backend/src/__tests__/analytics.test.ts#L37
'mockJwtVerify' is never reassigned. Use 'const' instead
|
|
backend-ci:
apps/backend/src/__tests__/analytics.test.ts#L16
`../routes/analytics` import should occur before type import of `@prisma/client`
|
|
backend-ci:
apps/backend/src/__tests__/analytics.test.ts#L10
`fastify` import should occur before import of `vitest`
|
|
backend-ci:
apps/backend/src/__tests__/analytics.test.ts#L1
There should be no empty line within import group
|