mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 22:34:32 +00:00
chore: Fix types in tests 41/N.
This commit is contained in:
@@ -10,7 +10,11 @@ const runtime = {
|
||||
exit: vi.fn(),
|
||||
};
|
||||
|
||||
const defaultSessions = { path: "/tmp/sessions.json", count: 0, recent: [] };
|
||||
const defaultSessions: HealthSummary["sessions"] = {
|
||||
path: "/tmp/sessions.json",
|
||||
count: 0,
|
||||
recent: [],
|
||||
};
|
||||
|
||||
const createMainAgentSummary = (sessions = defaultSessions) => ({
|
||||
agentId: "main",
|
||||
|
||||
Reference in New Issue
Block a user