UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

3 lines (2 loc) 215 B
import { IRunTime, ISummary } from "../Types"; export declare const makePromptInternal: (summary: ISummary, name: string, entryPoint: string, addableFiles: string[], runTime: IRunTime) => Promise<void> | undefined;