Node TAP
    Preparing search index...

    Variable plan

    plan: (n: number, comment?: string) => void

    Type Declaration

      • (n: number, comment?: string): void
      • Specify the number of Test Points expected by this test. Outputs a TAP plan line.

        Parameters

        • n: number
        • Optionalcomment: string

        Returns void