Node TAP
    Preparing search index...

    Variable end

    end: () => this

    Type Declaration

      • (): this
      • Explicitly mark the test as completed, outputting the TAP plan line if needed.

        This is not required to be called if the test function returns a promise, or if a plan is explicitly declared and eventually fulfilled.

        Returns this