UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

12 lines (11 loc) 328 B
import { IBuiltConfig } from "../Types"; export declare class GolingvuBuild { private config; private testName; private watcher; constructor(config: IBuiltConfig, testName: string); build(): Promise<string[]>; rebuild(): Promise<void>; stop(): void; onBundleChange(callback: () => void): void; }