Node TAP
    Preparing search index...
    Index

    Constructors

    • Parameters

      • config: LoadedConfig
      • input: ReadStream = process.stdin
      • output: WriteStream = process.stdout
      • processInfo: ProcessInfo = ...

      Returns Repl

    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]: string
          | PrintedProcessInfoNode }
          | { "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">