mongodb-memory-server-core
    Preparing search index...

    Interface MongoMemoryReplSetOpts

    Options for the replSet

    interface MongoMemoryReplSetOpts {
        binary: MongoBinaryOpts;
        instanceOpts: MongoMemoryInstanceOptsBase[];
        replSet: ReplSetOpts;
    }
    Index

    Properties

    Binary Options used for all instances

    Specific Options to use for some instances

    replSet: ReplSetOpts

    Options used for all instances -> gets overwritten by specific "instanceOpts"