UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

8 lines (7 loc) 200 B
import { ITestconfig } from '../lib'; export declare class PitonoRunner { private config; private testName; constructor(config: ITestconfig, testName: string); run(): Promise<void>; }