UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

6 lines (5 loc) 174 B
import { ITTestResourceConfiguration } from "."; export declare abstract class Sidecar { abstract start(t: ITTestResourceConfiguration): any; abstract stop(): any; }