mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
5 lines
250 B
TypeScript
5 lines
250 B
TypeScript
export const gatewayServerBackedHttpTestFiles: string[];
|
|
export const gatewayServerExcludedTestFiles: string[];
|
|
export function isGatewayServerBackedHttpTestFile(file: string): boolean;
|
|
export function isGatewayServerTestFile(file: string): boolean;
|