UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

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