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

Hierarchy (view full)

Properties

config: LoadedConfig
includeTests?: boolean
test: TestBase