UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

8 lines (7 loc) 270 B
import type { Plugin } from "esbuild"; import { IRunTime } from "../lib"; declare const _default: (platform: IRunTime, testName: string) => { register: (entrypoint: string, sources: string[]) => void; inputFilesPluginFactory: Plugin; }; export default _default;