Function pragma

  • Set TAP pragma configs to affect the behavior of the parser. Only strict is supported by the parser.

    Parameters

    • set: {
          [k: string]: boolean;
      }
      • [k: string]: boolean

    Returns void