drupflare/drangler - v0.1.0
    Preparing search index...

    Interface RecordedCall

    One recorded invocation, for a spec asserting on argv rather than on output.

    interface RecordedCall {
        args: string[];
        cwd?: string;
        file: string;
        mode: "run" | "spawn";
    }
    Index
    args: string[]
    cwd?: string
    file: string
    mode: "run" | "spawn"

    which seam it came through, so a spec can assert step ORDER across both