mirror of
https://github.com/yuangyaa/openclaw.git
synced 2026-07-14 11:07:29 +08:00
fix(test): restore long dep for full vitest gate
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user