mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-15 15:13:48 -06:00
5 lines
290 B
TypeScript
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[][];
|