index.d.ts 207 B

123
  1. import { TestCommandResult } from '../../../types';
  2. import { IaCTestFlags } from '../local-execution/types';
  3. export declare function test(paths: string[], options: IaCTestFlags): Promise<TestCommandResult>;