test(web): DSUM unit tests import missing dsum.ts #826

Open
opened 2026-06-29 07:07:50 +00:00 by simon · 0 comments
Owner

While validating the certificate expiry threshold worktree, the full web unit suite failed in lib/dsum/core.test.mjs because it imports lib/dsum/dsum.ts, which is not present in the repository.\n\nEvidence:\n- Command: corepack pnpm@10.6.5 --filter web test:unit\n- Failing tests: daily standup sections group manual items by completion state, daily standup task engineer summary, rollover, timezone, engineer action/task filters\n- Error: Cannot find module 'apps/web/lib/dsum/dsum.ts' imported from apps/web/lib/dsum/core.test.mjs\n\nThis blocks using the full web unit suite as validation for unrelated changes. Either restore the expected module, update the tests to import the current DSUM implementation, or remove stale tests if the module was intentionally retired.

While validating the certificate expiry threshold worktree, the full web unit suite failed in lib/dsum/core.test.mjs because it imports lib/dsum/dsum.ts, which is not present in the repository.\n\nEvidence:\n- Command: corepack pnpm@10.6.5 --filter web test:unit\n- Failing tests: daily standup sections group manual items by completion state, daily standup task engineer summary, rollover, timezone, engineer action/task filters\n- Error: Cannot find module 'apps/web/lib/dsum/dsum.ts' imported from apps/web/lib/dsum/core.test.mjs\n\nThis blocks using the full web unit suite as validation for unrelated changes. Either restore the expected module, update the tests to import the current DSUM implementation, or remove stale tests if the module was intentionally retired.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carrtech/ct-ops#826
No description provided.