@haraldki/unittesterjs - v2.0.0
    Preparing search index...

    Type Alias TestLoggerOptions

    Options recognised by the constructor of DefaultTestLogger.

    type TestLoggerOptions = {
        logFailLevel?: LogFailLevel;
        traceIgnored?: boolean;
        traceTests?: boolean;
    }
    Index

    Properties

    logFailLevel?: LogFailLevel

    how detailed failed test methods are logged, default: "FULL"

    traceIgnored?: boolean

    whether to log ignored test methods, default: true

    traceTests?: boolean

    whether to log successful tests methods, default: true