Node TAP
    Preparing search index...

    Interface LogOpts

    interface LogOpts {
        config: LoadedConfig;
        includeTests?: boolean;
        test: TestBase;
    }

    Hierarchy (View Summary)

    Index

    Properties

    config: LoadedConfig
    includeTests?: boolean
    test: TestBase