fix(test): restore long dep for full vitest gate

This commit is contained in:
Peter Steinberger
2026-03-07 21:23:06 +00:00
parent e3c21c913d
commit a617cd7b79
4 changed files with 12 additions and 3 deletions

View File

@@ -59,7 +59,6 @@ export type AppViewState = {
chatToolMessages: unknown[];
chatStreamSegments: Array<{ text: string; ts: number }>;
chatStream: string | null;
chatStreamSegments: Array<{ text: string; ts: number }>;
chatStreamStartedAt: number | null;
chatRunId: string | null;
compactionStatus: CompactionStatus | null;