docs: document cli support tests

This commit is contained in:
Peter Steinberger
2026-06-04 19:35:08 -04:00
parent 8cb093e7a9
commit 4995907541
40 changed files with 40 additions and 0 deletions
@@ -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: [] }));