UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

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