Restore AgentX interactivity as the default metric #1937
tests-unit.yml
on: pull_request
Typecheck and unit tests
38s
Annotations
4 errors
|
Typecheck and unit tests
Process completed with exit code 1.
|
|
src/components/calculator/useThroughputData.test.ts > buildGpuGroups > restricts agentic interpolation to the same date-scoped e2e Pareto winners as the chart:
packages/app/src/components/calculator/useThroughputData.test.ts#L1260
AssertionError: expected [ 1, 2, 4, 8 ] to deeply equal [ 1, 4, 8 ]
- Expected
+ Received
[
1,
+ 2,
4,
8,
]
❯ src/components/calculator/useThroughputData.test.ts:1260:65
|
|
src/lib/overview-data.test.ts > overview platform selection > restricts AgentX points to the E2E frontier on total throughput:
packages/app/src/lib/overview-data.test.ts#L1179
AssertionError: expected 8100 to be null
- Expected:
null
+ Received:
8100
❯ src/lib/overview-data.test.ts:1179:29
|
|
src/lib/api-route-catalog.test.ts > API route catalog > forces API documentation review after every route or shared contract source edit:
packages/app/src/lib/api-route-catalog.test.ts#L180
AssertionError: src/lib/overview-data.ts changed. Review API docs for: Overview BFF tier, engine, comparison-window, reference, and model-scope parameters plus the OverviewPageData response shape. Then update its shared-source SHA-256 digest in src/lib/api-route-catalog.ts.: expected '83b855c59f3478f22dd013732847e2ac9ee9d…' to be '7757b32c1769bf4e25e8dd156ba049830ab25…' // Object.is equality
Expected: "7757b32c1769bf4e25e8dd156ba049830ab25b8e3cf345d718cfad46adfd8e43"
Received: "83b855c59f3478f22dd013732847e2ac9ee9d65f4c2578aa839fa9c5136c0b9a"
❯ src/lib/api-route-catalog.test.ts:180:9
|