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

    Type Alias LogFailLevel

    LogFailLevel: typeof LOG_FAIL_LEVELS[number]

    How much detail is reported for a failed test:

    • "MESSAGE": only the error's message field is reported
    • "CLIPSTACK": like MESSAGE plus the first two lines of the stack
    • "FULL": the full error, like in console.log('%o', error)