chore(format): normalize daemon lifecycle test formatting (openclaw#40385) thanks @velvet-shark

This commit is contained in:
Radek Sienkiewicz
2026-03-09 01:33:17 +01:00
parent 4da82e9ac2
commit 567b3ed684

View File

@@ -36,8 +36,7 @@ const renderGatewayPortHealthDiagnostics = vi.fn(() => ["diag: unhealthy port"])
const renderRestartDiagnostics = vi.fn(() => ["diag: unhealthy runtime"]);
const resolveGatewayPort = vi.fn(() => 18789);
const findGatewayPidsOnPortSync = vi.fn<(port: number) => number[]>(() => []);
const probeGateway =
vi.fn<
const probeGateway = vi.fn<
(opts: {
url: string;
auth?: { token?: string; password?: string };