mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 21:07:01 -06:00
docs: document cli support tests
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Devices CLI runtime timeout tests cover device command timeout handling.
|
||||
import { beforeEach, describe, expect, it, vi } from "vitest";
|
||||
|
||||
const callGatewayMock = vi.fn(async () => ({ pending: [], paired: [] }));
|
||||
|
||||
Reference in New Issue
Block a user