Member Junction
    Preparing search index...

    Flags for history command

    interface HistoryFlags {
        checksModule?: string;
        format?: OutputFormat;
        from?: string;
        oraclesModule?: string;
        output?: string;
        recent?: number;
        status?: string;
        verbose?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    checksModule?: string

    Ad-hoc integration-check module to preload (config testing.checkModules is the durable form).

    format?: OutputFormat
    from?: string
    oraclesModule?: string

    Path to a CommonJS or ESM module that exports custom IOracle classes or instances. Each exported oracle is registered on the engine before the test/suite runs — used by non-MJ adopters (Mode C) to plug their own oracle types without modifying TestingFramework.

    output?: string
    recent?: number
    status?: string
    verbose?: boolean