gatherFiles.d.mts 196 B

123
  1. import { TestConfiguration } from '../config.cjs';
  2. /** Gathers test files that match the config */
  3. export declare function gatherFiles(path: string, config: TestConfiguration): Promise<string[]>;