Problem
The @voltagent/resumable-streams package (v2.0.2) has zero test coverage. No .spec.ts files exist despite vitest being configured.
Proposed Solution
Add unit tests covering:
resumable-streams.ts — factory functions, store type markers, disabled-state detection
chat-session.ts — createResumableChatSession create/resume/complete flows
Using mocks for Redis and VoltOps dependencies.
Problem
The
@voltagent/resumable-streamspackage (v2.0.2) has zero test coverage. No.spec.tsfiles exist despite vitest being configured.Proposed Solution
Add unit tests covering:
resumable-streams.ts— factory functions, store type markers, disabled-state detectionchat-session.ts— createResumableChatSession create/resume/complete flowsUsing mocks for Redis and VoltOps dependencies.