Function comment

  • output a TAP comment, formatted like console.log()

    If the test is currently awaiting a child test, it will be deferred until after the child test completes.

    If the test is already completed, the comment will be emitted on the parent, or if no parent is available, it will be printed to standard output.

    Parameters

    • Rest...args: any[]

    Returns void