@nikovirtala/projen-constructs
    Preparing search index...

    Interface VitestOptions

    interface VitestOptions {
        config?: VitestConfigOptions;
        configFilePath?: string;
        vitestVersion?: string;
    }
    Index

    Properties

    Initial config options.

    configFilePath?: string

    Config file path.

    "vitest.config.ts"
    
    vitestVersion?: string

    Vitest version.

    "^4"