test: format daemon lifecycle test

This commit is contained in:
Ayaan Zaidi
2026-03-09 08:23:31 +05:30
parent b45412bf6b
commit abdfa1a35f

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 };