Edit File: index.d.ts
import { TestCommandResult } from '../../../types'; import { IaCTestFlags } from '../local-execution/types'; export declare function test(paths: string[], options: IaCTestFlags): Promise<TestCommandResult>;
Back to File Manager