import { TestInstance } from "./testInstance"; /** * The stub instance is type of test instance */ export class StubInstance extends TestInstance { type: "stub" = "stub"; }