TapError: Result | {
    tapError: string;
    [k: string]: any;
}

An indication that a violation of the TAP specification has occurred

This can indicate a test point that exceeds the plan, a test point encountered after a trailing plan, or in the case of pragma +strict, any non-TAP data.

Type declaration

  • [k: string]: any
  • tapError: string

Generated using TypeDoc