Member Junction
    Preparing search index...

    Common flags shared across commands

    interface CommonFlags {
        checksModule?: string;
        format?: OutputFormat;
        oraclesModule?: string;
        output?: 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
    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
    verbose?: boolean