Node TAP
    Preparing search index...
    interface TestSummaryOpts {
        details?: boolean;
        test: Base;
    }
    Index

    Properties

    Properties

    details?: boolean

    Set to show assertion details.

    This is left unset in the log component, then set to true when summarizing at the end of the run.

    test: Base

    The test being summarized