UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

3 lines (2 loc) 179 B
import { GolingvuMetafile } from "./golingvuMetafile/types"; export declare function generateGolingvuMetafile(testName: string, entryPoints: string[]): Promise<GolingvuMetafile>;