Constructors

Properties

config: LoadedConfig
dir: string
input: ReadStream
output: WriteStream
proc?: ChildProcess
processInfo: ProcessInfo
repl?: REPLServer
saveFile: string
watch: Watch

Methods

  • Parameters

    • args: string[]

    Returns Promise<{
        [k: string]: T;
    } | {
        Provide a test id to get information: string[];
    }>

  • Returns Promise<string[] | "no failed tests from previous runs">

  • Returns Promise<Record<string, any> | "not watching files for changes">

  • Parameters

    • args: string[]
    • Optionaloptions: SpawnOptions

    Returns Promise<any>

  • Parameters

    • args: string[]

    Returns Promise<Record<string, any> | "not watching files for changes">