Files
openclaw/test/vitest/vitest.channel-paths.d.mts
2026-08-15 04:47:33 -07:00

7 lines
304 B
TypeScript

export const channelTestRoots: string[];
export const coreChannelTestRoots: string[];
export const channelTestPrefixes: string[];
export const coreChannelTestInclude: string[];
export const extensionExcludedChannelTestGlobs: string[];
export function isChannelSurfaceTestFile(filePath: string): boolean;