config: {
    save-fixture: {
        description: string;
        short: string;
        type: string;
    };
} = ...

Options added by this plugin

Type declaration

  • save-fixture: {
        description: string;
        short: string;
        type: string;
    }

    flag

    Do not clean up fixtures created with t.testdir()

    • description: string
    • short: string
    • type: string