Function stdinOnly

  • Parse stdin as the only tap stream (ie, not as a child test) If used, then no other subtests or assertions are allowed.

    Type Parameters

    Parameters

    • Optionalextra: T & {
          tapStream?: Readable | Minipass<string | Buffer, ContiguousData, Events<string | Buffer>>;
      }

    Returns void