Node TAP
    Preparing search index...

    Variable pragma

    pragma: (set: { [k: string]: boolean }) => void

    Type Declaration

      • (set: { [k: string]: boolean }): void
      • Set TAP pragma configs to affect the behavior of the parser. Only strict is supported by the parser.

        Parameters

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

        Returns void