test: add missing test suites for frontend hooks and backend services#780
Merged
Mosas2000 merged 1 commit intoJun 29, 2026
Merged
Annotations
10 errors and 2 warnings
|
Run npm --workspace=backend run test:unit:
backend/tests/api/analytics.test.ts#L104
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ tests/api/analytics.test.ts:104:35
|
|
Run npm --workspace=backend run test:unit:
backend/tests/api/analytics.test.ts#L91
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ tests/api/analytics.test.ts:91:35
|
|
Run npm --workspace=backend run test:unit:
backend/tests/api/analytics.test.ts#L78
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ tests/api/analytics.test.ts:78:35
|
|
Run npm --workspace=backend run test:unit:
backend/tests/api/analytics.test.ts#L67
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ tests/api/analytics.test.ts:67:35
|
|
Run npm --workspace=backend run test:unit:
backend/tests/api/analytics.test.ts#L48
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ tests/api/analytics.test.ts:48:37
|
|
Run npm --workspace=backend run test:unit:
backend/tests/api/analytics.test.ts#L37
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ tests/api/analytics.test.ts:37:35
|
|
Run npm --workspace=backend run test:unit:
backend/tests/api/analytics.test.ts#L23
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ tests/api/analytics.test.ts:23:35
|
|
Run npm --workspace=backend run test:unit:
backend/src/services/accessOverview.service.ts#L23
TypeError: operators is not iterable
❯ AccessOverviewService.listSummaries src/services/accessOverview.service.ts:23:22
❯ tests/api/accessOverview.test.ts:49:20
|
|
Run npm --workspace=backend run test:unit:
backend/src/services/accessOverview.service.ts#L23
TypeError: operators is not iterable
❯ AccessOverviewService.listSummaries src/services/accessOverview.service.ts:23:22
❯ tests/api/accessOverview.test.ts:37:20
|
|
Run npm --workspace=backend run test:unit:
backend/src/services/accessOverview.service.ts#L23
TypeError: operators is not iterable
❯ AccessOverviewService.listSummaries src/services/accessOverview.service.ts:23:22
❯ tests/api/accessOverview.test.ts:25:20
|
|
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, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Upload coverage
No files were found with the provided path: backend/coverage/. No artifacts will be uploaded.
|
background
wait
wait-all
cancel
parallel
Loading