UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

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