Node TAP
    Preparing search index...

    Object representing a single test point ok / not ok line

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • ok: boolean
      • message: string
      • Optionalextra: { [key: string]: any }

      Returns TestPoint

    Properties

    extra: { [key: string]: any }
    message: string
    name: string
    ok: "ok " | "not ok "
    res: Result