Files
openclaw/scripts/lib/gateway-server-test-plan.d.mts
T
2026-08-04 03:38:39 -07:00

5 lines
290 B
TypeScript

export const GATEWAY_SERVER_TEST_PROCESS_COUNT: 4;
export function listGatewayServerTestTargets(cwd?: string): string[];
export function splitTestTargetChunks(targets: string[], chunkCount: number): string[][];
export function createGatewayServerTestTargetChunks(cwd?: string): string[][];