@exodus/test
    Preparing search index...

    Interface TestOptions

    Test options

    interface TestOptions {
        concurrency?: number;
        skip?: boolean;
        timeout?: number;
        todo?: boolean;
    }
    Index

    Properties

    concurrency?: number
    skip?: boolean
    timeout?: number
    todo?: boolean