Node TAP
    Preparing search index...

    Type Alias QueueEntry

    QueueEntry:
        | string
        | TestPoint
        | Base
        | typeof EOF
        | Waiter
        | [method: string, args: any[]]
        | (() => any)

    Entries in the @tapjs/core!test-base.TestBase#queue awaiting processing