Files
openclaw/test/vitest/vitest.gateway-server-paths.d.mts
2026-08-04 03:38:39 -07:00

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;