UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

11 lines (10 loc) 284 B
import { Sidecar } from "./lib/Sidecar"; // import { PM_Node_Sidecar } from "./PM/nodeSidecar"; export class WebSideCar extends Sidecar { start(t) { throw new Error("Method not implemented."); } stop() { throw new Error("Method not implemented."); } }